File: README.md

package info (click to toggle)
golang-github-jacobsa-crypto 0.0~git20171018.0.c73681c%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,920 kB
  • sloc: ansic: 33; makefile: 19; sh: 6
file content (10 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
This repository contains Go packages related to cryptographic standards that are
not included in the Go standard library. These include:

 *  [SIV mode][siv], which provides deterministic encryption with
    authentication.

 *  [CMAC][cmac], a message authentication system used by SIV mode.

[siv]: https://godoc.org/github.com/jacobsa/crypto/siv
[cmac]: https://godoc.org/github.com/jacobsa/crypto/cmac