Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move cipher mode base class to modes/ dir | lloyd | 2008-11-09 | 1 | -37/+0 |
| | |||||
* | Remove lookup.h from modebase | lloyd | 2008-11-08 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Add modebase module (and add dep in cipher mode impls). Move data_snk.cpp to ↵ | lloyd | 2008-09-28 | 1 | -0/+35 |
filters |