aboutsummaryrefslogtreecommitdiffstats
path: root/src/constructs/tss
Commit message (Expand)AuthorAgeFilesLines
* Rename to avoid conflicts in the amalgamationlloyd2010-12-281-4/+6
* s/u32bit/size_t/lloyd2010-10-181-1/+1
* More size_tlloyd2010-10-151-1/+1
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-3/+3
* Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-9/+9
* More changes to avoid vector to pointer implicit conversionslloyd2010-09-141-2/+2
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-1/+2
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-3/+3
* Update some callers that were using Hex_Encoder or Hex_Decoder butlloyd2010-09-031-6/+2
* More Doxygen commentslloyd2010-06-161-8/+26
* More Doxygen updates/fixeslloyd2010-06-151-0/+3
* Avoid MSVC warning 4800 about implicit conversion from T to bool. Mostlylloyd2009-12-231-1/+1
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-1/+1
* Add missing BOTAN_DLL exports.lloyd2009-12-161-1/+1
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-173-0/+326