Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 406 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 406 Bytes

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.