EVP_PBE_scrypt

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow
int
EVP_PBE_scrypt
(
const char* pass
,
size_t passlen
,
const ubyte* salt
,
size_t saltlen
,
ulong N
,
ulong r
,
ulong p
,
ulong maxmem
,
ubyte* key
,
size_t keylen
)

Meta