[][src]Function orion::auth::authenticate_verify

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

Authenticate and verify a message using HMAC-SHA512.