Module subtle

Module subtle 

Source
Expand description

Provides subtle implementations of the tink_core::Mac primitive.

Structs§

AesCmac
AesCmac represents an AES-CMAC struct that implements the tink_core::Mac interface.
Hmac
Implementation of trait tink_core::Mac.

Functions§

validate_cmac_params
Validate the parameters for an AES-CMAC against the recommended parameters.
validate_hmac_params
Validate parameters of Hmac constructor.