aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/stream/chacha/chacha.cpp
Commit message (Expand)AuthorAgeFilesLines
* Internal header cleanupsJack Lloyd2015-09-191-1/+1
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-2/+0
* lib/stream: Convert &vec[0] to vec.data()Simon Warta2015-06-231-2/+2
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-311-3/+3
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Decruftlloyd2014-12-311-14/+0
* Support 96 bit nonces in ChaCha20 as specified in draft-irtf-cfrg-chacha20-po...lloyd2014-12-291-2/+11
* Add ChaChalloyd2014-01-311-0/+166