Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move cipher mode base class to modes/ dir | lloyd | 2008-11-09 | 3 | -103/+0 |
| | |||||
* | Remove lookup.h from modebase | lloyd | 2008-11-08 | 2 | -5/+4 |
| | |||||
* | Split base.h into block_cipher.h and stream_cipher.h | lloyd | 2008-11-08 | 1 | -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 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 | 1 | -0/+0 |
| | | | | | them modules now. In any case there is no distinction so info.txt seems better. | ||||
* | 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 | 2 | -0/+88 |
filters |