pub trait Pbkdf: Kdf { }Available on crate feature
kdf only.Expand description
Password-Based Key Derivation Functions: KDFs where it’s suitable for the input secret to be
a user-specified password, which employ algorithms designed to be resistant to brute-force
attacks.