[][src]Function orion::hazardous::kdf::pbkdf2::verify

#[must_use =
  "SECURITY WARNING: Ignoring a Result can have real security implications."]pub fn verify(
    expected: &[u8],
    password: &Password,
    salt: &[u8],
    iterations: usize,
    dst_out: &mut [u8]
) -> Result<(), UnknownCryptoError>

Verify PBKDF2-HMAC-SHA512 derived key in constant time.