Skip to main content

Pbkdf

Trait Pbkdf 

Source
pub trait Pbkdf: Kdf { }
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.

Implementors§