aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/stream/chacha
Commit message (Expand)AuthorAgeFilesLines
...
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-2/+0
* stream: Add missing overridesDaniel Seither2015-07-301-8/+8
* lib/stream: Convert &vec[0] to vec.data()Simon Warta2015-06-231-2/+2
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-051-2/+0
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-311-3/+3
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Decruftlloyd2014-12-312-15/+1
* Support 96 bit nonces in ChaCha20 as specified in draft-irtf-cfrg-chacha20-po...lloyd2014-12-292-3/+12
* Add ChaChalloyd2014-01-313-0/+218