etale-cohomology / mcipher

A generalization of Salsa20 from 256-bit keys and 512-bit blocks to 16384-bit keys and 32768-bit blocks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mcipher

This is a straightforward generalization of Salsa20 from 256-bit keys and 512-bit blocks to 16384-bit keys and 32768-bit blocks. See this Salsa20 C implementation for some details on how Salsa20 works.

building

gcc-8 mcipher.c -o mcipher  -Ofast &&  ./mcipher

About

A generalization of Salsa20 from 256-bit keys and 512-bit blocks to 16384-bit keys and 32768-bit blocks.


Languages

Language:C 100.0%