pub fn validate_hmac_params( hash: HashType, key_size: usize, tag_size: usize, ) -> Result<(), TinkError>
Validate parameters of Hmac constructor.
Hmac