Generic implementation of Hash-based Message Authentication Code (HMAC).
# Cargo.toml
[dependencies]
hmac = "0.13.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compute HMAC-SHA256 for a message.
Add sha2 as a dependency and use it as the type parameter.
No dependency data recorded yet.