symm: Implement Bernstein's Salsa20 stream cipher and its variants.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 13 Mar 2015 20:09:51 +0000 (20:09 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 3 Jul 2015 21:53:05 +0000 (22:53 +0100)
commit194e93f2c33fe6efcfccec3403c9481793b3db9a
treee6a85cc1723c99cd308719da99ae4a4b1558068a
parent16efb197c59c4b4cfaef7b2f23bd39f70176dd9e
symm: Implement Bernstein's Salsa20 stream cipher and its variants.
.gitignore
symm/Makefile.am
symm/salsa20-core.h [new file with mode: 0644]
symm/salsa20-tvconv [new file with mode: 0755]
symm/salsa20.c [new file with mode: 0644]
symm/salsa20.h [new file with mode: 0644]
symm/t/salsa20.estream [new file with mode: 0644]
symm/t/salsa20.local [new file with mode: 0644]
symm/t/salsa2012.estream [new file with mode: 0644]
symm/t/salsa208.estream [new file with mode: 0644]