Expand description

Provides subtle implementations of the tink_core::Prf primitive.

Structs

AesCmacPrf is a type that can be used to compute several CMACs with the same key material.

HkdfPrf is a type that can be used to compute several HKDFs with the same key material.

HmacPrf is a type that can be used to compute several HMACs with the same key material.

Functions

Check that the key is the recommended size for AES-CMAC.

Validate parameters of HKDF constructor.

Validate parameters of HMAC constructor.