Skip to content

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

Notifications You must be signed in to change notification settings

etale-cohomology/mcipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages