Skip to main content

mac_authenticate

Function mac_authenticate 

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

Computes a MAC tag using the selected MAC algorithm.