Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add dep in ecb and cbc on mode_pad | lloyd | 2008-11-10 | 2 | -0/+2 |
| | |||||
* | Update modes requires since modebase is now modes | lloyd | 2008-11-09 | 7 | -7/+7 |
| | |||||
* | Move cipher mode base class to modes/ dir | lloyd | 2008-11-09 | 3 | -0/+0 |
| | |||||
* | Macro cleanup | lloyd | 2008-11-09 | 1 | -2/+2 |
| | |||||
* | Remove lookup.h use from EAX | lloyd | 2008-11-08 | 4 | -43/+26 |
| | |||||
* | Remove lookup.h from CTS mode | lloyd | 2008-11-08 | 2 | -52/+18 |
| | |||||
* | Remove lookup.h use from ECB, CBC, CFB | lloyd | 2008-11-08 | 6 | -99/+52 |
| | |||||
* | Remove use of lookup.h from OFB | lloyd | 2008-11-08 | 3 | -13/+12 |
| | |||||
* | Remove use of lookup.h in CTR mode | lloyd | 2008-11-08 | 2 | -11/+9 |
| | |||||
* | Remove lookup.h from modebase | lloyd | 2008-11-08 | 8 | -22/+38 |
| | |||||
* | Split base.h into block_cipher.h and stream_cipher.h | lloyd | 2008-11-08 | 4 | -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) | lloyd | 2008-11-08 | 1 | -0/+1 |
| | |||||
* | More Doxygen comments from InSiTo | lloyd | 2008-10-13 | 1 | -3/+4 |
| | |||||
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 9 | -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 module | lloyd | 2008-09-28 | 3 | -0/+214 |
| | |||||
* | Add missing modinfo for modebase module | lloyd | 2008-09-28 | 1 | -0/+14 |
| | |||||
* | Add modebase module (and add dep in cipher mode impls). Move data_snk.cpp to ↵ | lloyd | 2008-09-28 | 9 | -0/+123 |
| | | | | filters | ||||
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 22 | -0/+1482 |