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

https://github.com/samuel-lucas6/forro.net

A .NET implementation of Forró, a cipher based on ChaCha and Salsa.
https://github.com/samuel-lucas6/forro.net

chacha chacha20 forro salsa salsa20

Last synced: 15 days ago
JSON representation

A .NET implementation of Forró, a cipher based on ChaCha and Salsa.

Awesome Lists containing this project

README

          

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/samuel-lucas6/Forro.NET/blob/main/LICENSE)

# Forro.NET

A .NET implementation of [Forró](https://iacr.org/cryptodb/data/paper.php?pubkey=32422), a cipher based on ChaCha and Salsa.

> **Warning**
>
> This is a NEW stream cipher; it MUST NOT be used in production.