aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/cipher_mode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove ECB modeJack Lloyd2016-12-041-18/+0
* Remove alias logic from SCAN_NameJack Lloyd2016-10-211-0/+6
* Remove Algo_RegistryJack Lloyd2016-10-211-93/+95
* Remove Transform base classJack Lloyd2016-04-211-19/+33
* 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