pub fn derive_key(
    password: &Password,
    salt: &[u8],
    iterations: usize,
    dst_out: &mut [u8]
) -> Result<(), UnknownCryptoError>
Expand description

Derive a key using PBKDF2-HMAC-SHA256.