scrypt 0.1.0

Scrypt password-based key derivation function
Documentation
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:

[dependencies]
scrypt = { version = "0.1", default-features = 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