aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes
Commit message (Collapse)AuthorAgeFilesLines
* Add dep in ecb and cbc on mode_padlloyd2008-11-102-0/+2
|
* Update modes requires since modebase is now modeslloyd2008-11-097-7/+7
|
* Move cipher mode base class to modes/ dirlloyd2008-11-093-0/+0
|
* Macro cleanuplloyd2008-11-091-2/+2
|
* Remove lookup.h use from EAXlloyd2008-11-084-43/+26
|
* Remove lookup.h from CTS modelloyd2008-11-082-52/+18
|
* Remove lookup.h use from ECB, CBC, CFBlloyd2008-11-086-99/+52
|
* Remove use of lookup.h from OFBlloyd2008-11-083-13/+12
|
* Remove use of lookup.h in CTR modelloyd2008-11-082-11/+9
|
* Remove lookup.h from modebaselloyd2008-11-088-22/+38
|
* Split base.h into block_cipher.h and stream_cipher.hlloyd2008-11-084-1/+4
| | | | | | 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.
* Move declaration of MessageAuthenticationCode base class to mac.h (from base.h)lloyd2008-11-081-0/+1
|
* More Doxygen comments from InSiTolloyd2008-10-131-3/+4
|
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-299-0/+0
| | | | | them modules now. In any case there is no distinction so info.txt seems better.
* Move mode padding schemes to modes/mode_pad modulelloyd2008-09-283-0/+214
|
* 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-289-0/+123
| | | | filters
* Move all modules into src/ directorylloyd2008-09-2822-0/+1482