File: README.md

package info (click to toggle)
golang-github-jacobsa-crypto 0.0~git20161111.0.293ce0c-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,884 kB
  • ctags: 248
  • sloc: ansic: 33; makefile: 18
file content (10 lines) | stat: -rw-r--r-- 412 bytes parent folder | download
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]: http://go.pkgdoc.org/github.com/jacobsa/crypto/siv
[cmac]: http://go.pkgdoc.org/github.com/jacobsa/crypto/cmac