Function derive_key
pub fn derive_key(
password: &Password,
salt: &[u8],
iterations: usize,
dst_out: &mut [u8],
) -> Result<(), UnknownCryptoError> ⓘ
Available on crate feature
dep_orion
only.Expand description
Derive a key using PBKDF2-HMAC-SHA512.