Function nettle::kdf::pbkdf2

source ·
pub fn pbkdf2<H: NettleHash>(
    password: &[u8],
    salt: &[u8],
    iterations: u32,
    key: &mut [u8]
)
Expand description

Password-based Key derivation function 2 (RFC 6070).

Derives key from a secret password and a public salt.