PBKDF.deriveKey

Derive a key from a passphrase using a certain amount of time

Parameters

output_len size_t

the desired length of the key to produce

passphrase string

the password to derive the key from

salt Vector!(ubyte, Alloc)

a randomly chosen salt

loop_for Duration

is how long to run the PBKDF

iterations size_t

is set to the number of iterations used

Meta