sodium.crypto_pwhash_scryptsalsa208sha256

Undocumented in source.

Members

Functions

crypto_pwhash_scryptsalsa208sha256
int crypto_pwhash_scryptsalsa208sha256(const(ubyte*) out_, ulong outlen, const(char*) passwd, ulong passwdlen, const(ubyte*) salt, ulong opslimit, size_t memlimit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_scryptsalsa208sha256_ll
int crypto_pwhash_scryptsalsa208sha256_ll(const(ubyte)* passwd, size_t passwdlen, const(ubyte)* salt, size_t saltlen, ulong N, uint r, uint p, ubyte* buf, size_t buflen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_scryptsalsa208sha256_memlimit_interactive
size_t crypto_pwhash_scryptsalsa208sha256_memlimit_interactive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_scryptsalsa208sha256_memlimit_sensitive
size_t crypto_pwhash_scryptsalsa208sha256_memlimit_sensitive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_scryptsalsa208sha256_opslimit_interactive
size_t crypto_pwhash_scryptsalsa208sha256_opslimit_interactive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_scryptsalsa208sha256_opslimit_sensitive
size_t crypto_pwhash_scryptsalsa208sha256_opslimit_sensitive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_scryptsalsa208sha256_saltbytes
size_t crypto_pwhash_scryptsalsa208sha256_saltbytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_scryptsalsa208sha256_str
int crypto_pwhash_scryptsalsa208sha256_str(char[crypto_pwhash_scryptsalsa208sha256_STRBYTES] out_, const(char*) passwd, ulong passwdlen, ulong opslimit, size_t memlimit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_scryptsalsa208sha256_str_verify
int crypto_pwhash_scryptsalsa208sha256_str_verify(const(char)[crypto_pwhash_scryptsalsa208sha256_STRBYTES] str, const(char*) passwd, ulong passwdlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_scryptsalsa208sha256_strbytes
size_t crypto_pwhash_scryptsalsa208sha256_strbytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_scryptsalsa208sha256_strprefix
const(char)* crypto_pwhash_scryptsalsa208sha256_strprefix()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

crypto_pwhash_scryptsalsa208sha256_MEMLIMIT_INTERACTIVE
enum crypto_pwhash_scryptsalsa208sha256_MEMLIMIT_INTERACTIVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_scryptsalsa208sha256_MEMLIMIT_SENSITIVE
enum crypto_pwhash_scryptsalsa208sha256_MEMLIMIT_SENSITIVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_INTERACTIVE
enum crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_INTERACTIVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_SENSITIVE
enum crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_SENSITIVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_scryptsalsa208sha256_SALTBYTES
enum crypto_pwhash_scryptsalsa208sha256_SALTBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_pwhash_scryptsalsa208sha256_STRBYTES
enum crypto_pwhash_scryptsalsa208sha256_STRBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

crypto_pwhash_scryptsalsa208sha256_STRPREFIX
immutable(char*) crypto_pwhash_scryptsalsa208sha256_STRPREFIX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta