bcrypt-pbkdf 0.10.0

bcrypt-pbkdf password-based key derivation function
Documentation
[dependencies.blowfish]
features = ["bcrypt"]
version = "0.9.1"

[dependencies.pbkdf2]
default-features = false
version = "0.12"

[dependencies.sha2]
default-features = false
version = "0.10.5"

[dependencies.zeroize]
default-features = false
optional = true
version = "1"
[dev-dependencies.hex-literal]
version = "0.3.3"

[features]
alloc = []
default = ["alloc", "std"]
std = []

[package]
authors = ["RustCrypto Developers"]
categories = ["authentication", "cryptography", "no-std"]
description = "bcrypt-pbkdf password-based key derivation function"
documentation = "https://docs.rs/bcrypt-pbkdf"
edition = "2021"
keywords = ["crypto", "hashing", "password", "phf"]
license = "MIT OR Apache-2.0"
name = "bcrypt-pbkdf"
readme = "README.md"
repository = "https://github.com/RustCrypto/password-hashes/tree/master/bcrypt-pbkdf"
rust-version = "1.60"
version = "0.10.0"