https://github.com/samuel-lucas6/xaes-256-gcm-dotnet
A .NET implementation of XAES-256-GCM, an extended nonce version of AES-GCM.
https://github.com/samuel-lucas6/xaes-256-gcm-dotnet
aes aes-256 aes-256-cmac aes-256-gcm aes-cmac aes-gcm cmac extended-nonce nonce-extension xaes-256-gcm
Last synced: 3 months ago
JSON representation
A .NET implementation of XAES-256-GCM, an extended nonce version of AES-GCM.
- Host: GitHub
- URL: https://github.com/samuel-lucas6/xaes-256-gcm-dotnet
- Owner: samuel-lucas6
- License: mit
- Created: 2024-09-07T11:07:13.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T07:37:24.000Z (9 months ago)
- Last Synced: 2025-03-19T21:06:21.658Z (3 months ago)
- Topics: aes, aes-256, aes-256-cmac, aes-256-gcm, aes-cmac, aes-gcm, cmac, extended-nonce, nonce-extension, xaes-256-gcm
- Language: C#
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XAES-256-GCM.NET
A .NET implementation of [XAES-256-GCM](https://c2sp.org/XAES-256-GCM), an extended nonce version of AES-GCM.