DroidFS/app/libgocryptfs/gocryptfs_internal/jacobsa_crypto
Hardcore Sushi bc00740f5b Inital commit 2020-07-17 22:12:20 +02:00
..
cmac Inital commit 2020-07-17 22:12:20 +02:00
common Inital commit 2020-07-17 22:12:20 +02:00
siv Inital commit 2020-07-17 22:12:20 +02:00
.gitignore Inital commit 2020-07-17 22:12:20 +02:00
.travis.yml Inital commit 2020-07-17 22:12:20 +02:00
LICENSE Inital commit 2020-07-17 22:12:20 +02:00
README.md Inital commit 2020-07-17 22:12:20 +02:00

README.md

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.