Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filosottile/xaes256gcm
Package xaes256gcm implements the XAES-256-GCM extended-nonce AEAD.
https://github.com/filosottile/xaes256gcm
aead cryptography
Last synced: 10 days ago
JSON representation
Package xaes256gcm implements the XAES-256-GCM extended-nonce AEAD.
- Host: GitHub
- URL: https://github.com/filosottile/xaes256gcm
- Owner: FiloSottile
- License: isc
- Created: 2024-08-02T22:41:58.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T22:48:27.000Z (4 months ago)
- Last Synced: 2024-08-03T05:46:12.027Z (4 months ago)
- Topics: aead, cryptography
- Language: Go
- Homepage: https://filippo.io/xaes256gcm
- Size: 2.93 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
import "filippo.io/xaes256gcm"
```Package xaes256gcm implements the [XAES-256-GCM] extended-nonce AEAD, an
efficient combination of a NIST SP 800-108r1 KDF and AES-256-GCM.[XAES-256-GCM]: https://c2sp.org/XAES-256-GCM