An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# AES-GCM-SIV

[![Go Reference](https://pkg.go.dev/badge/github.com/ericlagergren/siv.svg)](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.