Expand description
Provides subtle implementations of the tink_core::Mac primitive.
Structs§
- AesCmac
AesCmacrepresents an AES-CMAC struct that implements thetink_core::Macinterface.- 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
Hmacconstructor.