symm: Implement Bernstein's ChaCha stream cipher.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 22 Dec 2014 20:32:58 +0000 (20:32 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 3 Jul 2015 21:53:05 +0000 (22:53 +0100)
commit55d8165698494a72b866a02f9fbf02d99320e7df
tree251cad5145df4b9939f502fbfa5f18a750ae83f5
parent194e93f2c33fe6efcfccec3403c9481793b3db9a
symm: Implement Bernstein's ChaCha stream cipher.
.gitignore
symm/Makefile.am
symm/chacha-core.h [new file with mode: 0644]
symm/chacha.c [new file with mode: 0644]
symm/chacha.h [new file with mode: 0644]
symm/t/chacha [new file with mode: 0644]