Provides the `Mac` trait for Message Authentication Code (MAC) algorithms, used by many RustCrypto implementations.
# Cargo.toml
[dependencies]
crypto-mac = "0.11.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compute HMAC-SHA256 using the Mac trait.
Use `digest::Mac` from the `digest` crate instead
No dependency data recorded yet.