[][src]Function orion::auth::authenticate

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

Authenticate a message using BLAKE2b-256 in keyed mode.