[][src]Function orion::kdf::derive_key_verify

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

Derive and verify a key using Argon2i.