/crypto

Some Go cryptography routines that are not included in the Go standard library.

Primary LanguageGoApache License 2.0Apache-2.0

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.