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.
pub fn mac_authenticate(
alg: MacAlgorithm,
params: &MacParams<'_>,
message: &[u8],
) -> Result<Vec<u8>, AlgorithmError>Computes a MAC tag using the selected MAC algorithm.