Function orion::kdf::derive_key

source ·
pub fn derive_key(
    password: &Password,
    salt: &Salt,
    iterations: usize,
    length: usize
) -> Result<SecretKey, UnknownCryptoError>
Expand description

Derive a key using PBKDF2-HMAC-SHA512.