https://github.com/ericlagergren/siv
AES-GCM-SIV per RFC 8452
https://github.com/ericlagergren/siv
aead aes-gcm-siv cryptography go misuse-resistant polyval
Last synced: 4 months ago
JSON representation
AES-GCM-SIV per RFC 8452
- Host: GitHub
- URL: https://github.com/ericlagergren/siv
- Owner: ericlagergren
- License: bsd-3-clause
- Created: 2022-04-10T17:41:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T02:58:31.000Z (almost 4 years ago)
- Last Synced: 2024-06-19T17:10:00.114Z (almost 2 years ago)
- Topics: aead, aes-gcm-siv, cryptography, go, misuse-resistant, polyval
- Language: Go
- Homepage:
- Size: 114 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AES-GCM-SIV
[](https://pkg.go.dev/github.com/ericlagergren/siv)
Nonce misuse-resistant AEAD
- https://datatracker.ietf.org/doc/html/rfc8452
- https://eprint.iacr.org/2017/168.pdf
- https://eprint.iacr.org/2015/102.pdf
## Installation
```bash
go get github.com/ericlagergren/siv@latest
```
## Performance
TBD
## Security
### Disclosure
This project uses full disclosure. If you find a security bug in
an implementation, please e-mail me or create a GitHub issue.
### Disclaimer
You should only use cryptography libraries that have been
reviewed by cryptographers or cryptography engineers. While I am
a cryptography engineer, I'm not your cryptography engineer, and
I have not had this project reviewed by any other cryptographers.