Function openssl::crypto::pkcs5::pbkdf2_hmac [] [src]

pub fn pbkdf2_hmac(pass: &[u8], salt: &[u8], iter: usize, hash: Type, keylen: usize) -> Result<Vec<u8>, ErrorStack>

Derives a key from a password and salt using the PBKDF2-HMAC algorithm with a digest function.