aboutsummaryrefslogtreecommitdiffstats
path: root/src/constructs/cryptobox
Commit message (Expand)AuthorAgeFilesLines
* s/u32bit/size_t/lloyd2010-10-182-16/+16
* Fix dependencieslloyd2010-09-301-1/+1
* Avoid 3-argument copylloyd2010-09-131-1/+1
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-8/+9
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-17/+24
* Realization while thinking about the recently added truncate: in a STLlloyd2010-09-072-5/+23
* In 1.9.9 I moved the cryptobox functions out of the CryptoBoxlloyd2010-08-102-11/+22
* Remove some of the more extraneous namespaceslloyd2010-06-162-19/+11
* Move the get_byte template to its own header, because many fileslloyd2010-02-021-1/+1
* Modify the S2K interface. Instead of being stateful in terms of the saltlloyd2010-02-011-6/+6
* Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-1/+1
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-1/+1
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-7/+0
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-173-0/+207