An open API service indexing awesome lists of open source software.

https://github.com/aead/cmac

The CMAC / OMAC1 message authentication code
https://github.com/aead/cmac

Last synced: about 1 year ago
JSON representation

The CMAC / OMAC1 message authentication code

Awesome Lists containing this project

README

          

[![Godoc Reference](https://godoc.org/github.com/aead/cmac?status.svg)](https://godoc.org/github.com/aead/cmac)

## The CMAC/OMAC1 message authentication code

The CMAC message authentication code is specified (with AES) in [RFC 4493](https://tools.ietf.org/html/rfc4493 "RFC 4493")
and [RFC 4494](https://tools.ietf.org/html/rfc4494 "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`