pub fn validate_cmac_params(
    key_size: usize,
    tag_size: usize
) -> Result<(), TinkError>
Expand description

Validate the parameters for an AES-CMAC against the recommended parameters.