https://github.com/filosottile/xaes256gcm
Package xaes256gcm implements the XAES-256-GCM extended-nonce AEAD.
https://github.com/filosottile/xaes256gcm
aead cryptography
Last synced: 8 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T14:41:33.000Z (almost 2 years ago)
- Last Synced: 2025-09-21T14:02:25.287Z (8 months ago)
- Topics: aead, cryptography
- Language: Go
- Homepage: https://filippo.io/xaes256gcm
- Size: 2.93 KB
- Stars: 21
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
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