Skip to main content

mac_authenticate

Function mac_authenticate 

Source
pub fn mac_authenticate(
    algorithm: MacAlgorithm,
    params: &MacParams<'_>,
    message: &[u8],
) -> Result<Vec<u8>, AlgorithmError>
Expand description

Computes a MAC tag through the operation-layer semantic owner.