dcrypt.crypto.generators.scrypt

Undocumented in source.

Members

Functions

scrypt
ubyte[] scrypt(ubyte[] pass, ubyte[] salt, uint N, uint r, uint p, uint dkLen)

implementation of https://www.tarsnap.com/scrypt/scrypt.pdf

Meta