aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptobox/cryptobox.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-171-145/+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-131-0/+146