[][src]Function orion::kdf::derive_key

#[must_use =
  "SECURITY WARNING: Ignoring a Result can have real security implications."]pub fn derive_key(
    password: &Password,
    salt: &Salt,
    iterations: u32,
    memory: u32,
    length: u32
) -> Result<SecretKey, UnknownCryptoError>

Derive a key using Argon2i.