scrypt 0.11.0

Scrypt password-based key derivation function
Documentation
[dependencies.password-hash]
default-features = false
features = ["rand_core"]
optional = true
version = "0.5"

[dependencies.pbkdf2]
version = "0.12"

[dependencies.salsa20]
default-features = false
version = "0.10.2"

[dependencies.sha2]
default-features = false
version = "0.10"
[dev-dependencies.password-hash]
features = ["rand_core"]
version = "0.5"

[features]
default = ["simple", "std"]
simple = ["password-hash"]
std = ["password-hash/std"]

[package]
authors = ["RustCrypto Developers"]
categories = ["authentication", "cryptography", "no-std"]
description = "Scrypt password-based key derivation function"
documentation = "https://docs.rs/scrypt"
edition = "2021"
keywords = ["crypto", "hashing", "password", "phf"]
license = "MIT OR Apache-2.0"
name = "scrypt"
readme = "README.md"
repository = "https://github.com/RustCrypto/password-hashes/tree/master/scrypt"
rust-version = "1.60"
version = "0.11.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]