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

#[must_use = "SECURITY WARNING: Ignoring a Result can have real security implications."]
pub fn authenticate_verify(
    expected: &Tag,
    secret_key: &SecretKey,
    data: &[u8]
) -> Result<(), UnknownCryptoError>

Authenticate and verify a message using BLAKE2b-256 in keyed mode.