aboutsummaryrefslogtreecommitdiffstats
path: root/src/aont
Commit message (Collapse)AuthorAgeFilesLines
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-173-180/+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.
* Convert CTR_BE from a Filter to a StreamCipher. Must wrap in a ↵lloyd2009-10-141-11/+3
| | | | | | StreamCipher_Filter to pass it directly to a Pipe now.
* Add Rivest's package transformlloyd2009-08-313-0/+190