aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/cipher_mode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup includesJack Lloyd2015-09-221-0/+1
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-5/+4
* Address some review comments by Simon. GH #279Jack Lloyd2015-09-211-4/+4
* Same treatment for cipher modesJack Lloyd2015-09-101-0/+65
* Move Cipher_Mode enum out of types.h, move stream cipher mode to new headerlloyd2015-02-051-0/+1
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-8/+23
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-0/+59