aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/stream/stream_cipher.h
Commit message (Expand)AuthorAgeFilesLines
* Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi...SimCog2016-06-181-0/+6
* Remove Transform base classJack Lloyd2016-04-211-1/+0
* Address some review comments by Simon. GH #279Jack Lloyd2015-09-211-1/+1
* Handle dependencies re static linking. GH #279Jack Lloyd2015-09-171-0/+14
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-6/+4
* lib/stream: Convert &vec[0] to vec.data()Simon Warta2015-06-231-3/+3
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-2/+7
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-311-0/+3
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+70