Generic implementation of Cipher-based Message Authentication Code
# Cargo.toml
[dependencies]
cmac = "0.8.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compute CMAC with AES-128
Add `aes` to dependencies and import the cipher type.
No dependency data recorded yet.