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

https://github.com/nhas/chacha20blake2s

chacha20 with blake2s providing authentication
https://github.com/nhas/chacha20blake2s

Last synced: 2 months ago
JSON representation

chacha20 with blake2s providing authentication

Awesome Lists containing this project

README

          

# chacha20blake2s

A small construction of chacha20 with blake2s as the HMAC.
This was made primarily for fun, and so should not be put into production unless you really trust me.

This is motivated by my reading about partitioning oracle attacks, and how AES-poly1305 and chacha20poly1305 constructs are vulnerable to them.

https://www.usenix.org/system/files/sec21summer_len.pdf

Plus I couldnt find an easy already made library for it.