Function authenticate

pub fn authenticate(
    secret_key: &SecretKey,
    data: &[u8],
) -> Result<Tag, UnknownCryptoError> 
Available on crate feature dep_orion only.
Expand description

Authenticate a message using BLAKE2b-256 in keyed mode.