Module hmac

Expand description

Hash-based Message Authentication Code (HMAC).

Structsยง

Hmac
A hash computed from a RFC 2104 HMAC. Parameterized by the underlying hash function.
HmacEngine
Pair of underlying hash engines, used for the inner and outer hash of HMAC.
HmacMidState
Pair of underlying hash midstates which represent the current state of an HmacEngine.