Expand description
Hash-based Message Authentication Code (HMAC).
This is the standard HMAC construction from FIPS 198-1 / RFC 2104, layered
over any fixed-output hash that implements crate::hash::Digest.
Structsยง
- Hmac
- Streaming HMAC state over an arbitrary in-tree digest.