https://github.com/samuel-lucas6/shorten-ciphertext-dotnet
A .NET implementation of the Shorten Ciphertext (SC) transform for AEAD commitment.
https://github.com/samuel-lucas6/shorten-ciphertext-dotnet
aead aead-commitment aes aes-256 context-commitment context-committing cty fully-committing hash-then-mask htm key-commitment key-committing sc sc-transform shorten-ciphertext
Last synced: 3 months ago
JSON representation
A .NET implementation of the Shorten Ciphertext (SC) transform for AEAD commitment.
- Host: GitHub
- URL: https://github.com/samuel-lucas6/shorten-ciphertext-dotnet
- Owner: samuel-lucas6
- License: mit
- Created: 2024-11-02T16:47:17.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T17:26:53.000Z (7 months ago)
- Last Synced: 2025-02-23T01:12:06.914Z (3 months ago)
- Topics: aead, aead-commitment, aes, aes-256, context-commitment, context-committing, cty, fully-committing, hash-then-mask, htm, key-commitment, key-committing, sc, sc-transform, shorten-ciphertext
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShortenCiphertext.NET
A .NET implementation of the [Shorten Ciphertext (SC) transform](https://eprint.iacr.org/2024/875) for AEAD commitment using ChaCha20-Poly1305 (AEAD), BLAKE2b-256 (CTY), and AES-256 (HtM).