Function cryptoxide::scrypt::scrypt [−][src]
Expand description
The scrypt key derivation function.
Arguments
- password - The password to process as a byte vector
- salt - The salt value to use as a byte vector
- params - The ScryptParams to use
- output - The resulting derived key is returned in this byte vector.