aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptobox
Commit message (Expand)AuthorAgeFilesLines
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-173-207/+0
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Convert CTR_BE from a Filter to a StreamCipher. Must wrap in a StreamCipher_F...lloyd2009-10-141-4/+3
* Add a new interface CryptoBox which provides basic password-based encryptionlloyd2009-08-133-0/+210