Module hmac_utils

Source

Structs§

HmacUtilsImpl
Generic implementation of HmacUtils parameterized on a [Hasher] type.

Traits§

HmacUtils
Trait encapsulating implementations of the HMAC constructions for a given hasher type.

Functions§

confirm
IEEE Std. 802.11-2020 12.4.2 The “confirm function” (named “CN” in the specification).
hkdf_expand
IEEE Std. 802.11-2020 12.4.4.2.3/12.4.4.3.3, IETF RFC 5869 A KDF to “expand” entropy into a long key (named “H” and “HKDF-Expand” in the specification).
hkdf_extract
IEEE Std. 802.11-2020 12.4.4.2.3/12.4.4.3.3, IETF RFC 5869 A KDF to “extract” entropy from a short key (named “H” or “HKDF-Extract” in the specification).
kdf_hash_length
IEEE Std. 802.11-2020 12.7.1.6.2 The KDF function (named “KDF-Hash-Length” in the specification).