Expand description
Hash-based Message Authentication Code (HMAC).
Structsยง
- A hash computed from a RFC 2104 HMAC. Parameterized by the underlying hash function.
- Pair of underyling hash engines, used for the inner and outer hash of HMAC.
- Pair of underlying hash midstates which represent the current state of an
HmacEngine
.