jacobsa / crypto

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Apache License 2.0


Languages

Language:Go 94.1%Language:C 5.9%