README.md

July 14, 2022 ยท View on GitHub

This repository contains Go packages related to cryptographic standards that are not included in the Go standard library. These include:

  • SIV mode, which provides deterministic encryption with authentication.

  • CMAC, a message authentication system used by SIV mode.

This repository was forked from jacobsa/crypto for maintenance.