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