Expand description
HMAC (Hash-based Message Authentication Code) primitive for the zkboo crate.
See https://datatracker.ietf.org/doc/html/rfc2104 for details.
Functionsยง
- hmac
- Computes the HMAC for given key and message, using the provided hash function and block size.