https://github.com/dchest/siv
[WORK-IN-PROGRESS] Go package siv implements Synthetic Initialization Vector (SIV) authenticated encryption using AES (AES-SIV) as specified in RFC 5297
https://github.com/dchest/siv
Last synced: 4 months ago
JSON representation
[WORK-IN-PROGRESS] Go package siv implements Synthetic Initialization Vector (SIV) authenticated encryption using AES (AES-SIV) as specified in RFC 5297
- Host: GitHub
- URL: https://github.com/dchest/siv
- Owner: dchest
- License: other
- Created: 2015-05-26T17:10:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T16:44:44.000Z (about 11 years ago)
- Last Synced: 2026-02-13T09:12:26.033Z (4 months ago)
- Language: Go
- Size: 129 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
siv
===
[](https://travis-ci.org/dchest/siv)
Package siv implements Synthetic Initialization Vector (SIV) authenticated
encryption using AES (AES-SIV) as specified in RFC 5297.
It provides both the proper SIV interface with the ability to pass multiple
associated data items, and the standard nonce-based, single authentication
data cipher.AEAD.
**!!! DO NOT USE, NOT TESTED PROPERLY YET !!!**