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

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.

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).