scrypt-0.1.0 has been yanked.
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.1", = false }
Acknowledgments
This implementation is heavily based on rust-crypto
's scrypt
module.
References
[1] - C. Percival. Stronger Key Derivation Via Sequential Memory-Hard Functions