Categorygithub.com/aead/cmac
repositorypackage
0.0.0-20160719120800-7af84192f0b1
Repository: https://github.com/aead/cmac.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Godoc Reference

The CMAC/OMAC1 message authentication code

The CMAC message authentication code is specified (with AES) in RFC 4493 and RFC 4494.
CMAC is only specified with the AES.

This implementation supports block ciphers with a block size of 64, 128, 256, 512 or 1024 bit.

Installation

Install in your GOPATH: go get -u github.com/aead/cmac