Implements the Cipher-based Message Authentication Code (CMAC) as defined in RFC4493 and NIST SP 800-38B.
go get github.com/chmike/cmac-goNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Computes an AES-CMAC for a message
Replace mac.Sum(nil) comparison with cmac.Equal(mac1, mac2).
No dependency data recorded yet.