PBKDF.deriveKey

Derive a key from a passphrase

Parameters

output_len size_t

the desired length of the key to produce

passphrase string

the password to derive the key from

salt const(ubyte)*

a randomly chosen salt

salt_len size_t

length of salt in bytes

loop_for Duration

is how long to run the PBKDF

iterations size_t

is set to the number of iterations used

Meta