scrypt

Undocumented in source.

Members

Classes

ScryptException
class ScryptException
Undocumented in source.
SodiumChloride
class SodiumChloride
Undocumented in source.

Functions

checkPassword
bool checkPassword(ubyte[] hash, string password)
Undocumented in source. Be warned that the author may not have intended to support it.
checkPassword
bool checkPassword(ubyte[] hash, string password, ulong N, uint r, uint p, ulong L)
Undocumented in source. Be warned that the author may not have intended to support it.
crypto_scrypt
ubyte[] crypto_scrypt(string password, ubyte[] salt, ulong N, uint r, uint p, ulong L)
Undocumented in source. Be warned that the author may not have intended to support it.
generatePassword
ubyte[] generatePassword(string password)
Undocumented in source. Be warned that the author may not have intended to support it.
generatePassword
ubyte[] generatePassword(string password, ubyte[] salt)
Undocumented in source. Be warned that the author may not have intended to support it.
hex_to_ubyteArray
ubyte[] hex_to_ubyteArray(string hexnum)
Undocumented in source. Be warned that the author may not have intended to support it.
to_hex
string to_hex(ubyte[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

SCRYPT_DEBUG
bool SCRYPT_DEBUG;
Undocumented in source.
SCRYPT_N_DEFAULT
ulong SCRYPT_N_DEFAULT;
Undocumented in source.
SCRYPT_OUTPUTLEN_DEFAULT
size_t SCRYPT_OUTPUTLEN_DEFAULT;
Undocumented in source.
SCRYPT_P_DEFAULT
uint SCRYPT_P_DEFAULT;
Undocumented in source.
SCRYPT_RAND_LEN
uint SCRYPT_RAND_LEN;
Undocumented in source.
SCRYPT_R_DEFAULT
uint SCRYPT_R_DEFAULT;
Undocumented in source.

Meta