scrypt_ex
- ubyte[] scrypt_ex(string password, ubyte[] salt, ulong n, ulong r, ulong p, ulong maxMemory, size_t length)
- ubyte[] scrypt_ex(ubyte[] password, ubyte[] salt, ulong n, ulong r, ulong p, ulong maxMemory, size_t length)
@trusted
ubyte[]
scrypt_ex
secured kdf
functionsstructs