aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes/modebase
Commit message (Collapse)AuthorAgeFilesLines
* Move cipher mode base class to modes/ dirlloyd2008-11-093-103/+0
|
* Remove lookup.h from modebaselloyd2008-11-082-5/+4
|
* Split base.h into block_cipher.h and stream_cipher.hlloyd2008-11-081-0/+1
| | | | | | It turned out many files were including base.h merely to get other includes (like types.h, secmem.h, and exceptn.h). Those have been changed to directly include the files containing the declarations that code needs.
* More Doxygen comments from InSiTolloyd2008-10-131-3/+4
|
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+0
| | | | | them modules now. In any case there is no distinction so info.txt seems better.
* Add missing modinfo for modebase modulelloyd2008-09-281-0/+14
|
* Add modebase module (and add dep in cipher mode impls). Move data_snk.cpp to ↵lloyd2008-09-282-0/+88
filters