[][src]Function orion::hazardous::mac::hmac::verify

#[must_use]
pub fn verify(
    expected: &Tag,
    secret_key: &SecretKey,
    data: &[u8]
) -> Result<bool, UnknownCryptoError>

Verify a HMAC-SHA512 Tag in constant time.