aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes/info.txt
Commit message (Collapse)AuthorAgeFilesLines
* Make XTS a Transformation under src/modeslloyd2013-08-141-0/+4
| | | | | | Move AEAD modes to src/modes/aead Add filters for Transformations (based on original AEAD filters)
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-171-13/+0
| | | | | | Remove support for (unused) modset settings. Move tss, fpe, cryptobox, and aont to new dir constructs
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
| | | | | Pretty much useless and unused, except for listing the module names in build.h and the short versions totally suffice for that.
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-0/+1
| | | | | | the info.txt files with the right module dependencies. Apply it across the codebase.
* Move cipher mode base class to modes/ dirlloyd2008-11-091-0/+14