crypto_pwhash_scryptsalsa208sha256_ll

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(!SODIUM_LIBRARY_MINIMAL)
extern (C) pure @nogc nothrow
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
)

Meta