This crate implements the Scrypt key derivation function as specified in [1].
If you are not using convinience functions scrypt_check
and scrypt_simple
it's recommended to disable scrypt
default features in your Cargo.toml
:
[]
= { = "0.2", = false }
Usage
extern crate scrypt;
#
#
#
#
References
[1] - C. Percival. Stronger Key Derivation Via Sequential Memory-Hard Functions