aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/cipher_mode.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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