aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/tiger
Commit message (Expand)AuthorAgeFilesLines
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-182-4/+4
* propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b...lloyd2010-11-041-3/+4
|\
| * Post-merge fixupslloyd2010-10-131-1/+1
| * propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-3/+4
| |\
| | * propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-171-3/+12
| | |\
| | * \ propagate from branch 'net.randombit.botan' (head 75d272c759511a9a99a371ddc74...lloyd2010-04-091-2/+2
| | |\ \
| | * \ \ propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-211-3/+3
| | |\ \ \
| | | * \ \ propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240...lloyd2009-12-211-3/+3
| | | |\ \ \
| | | | * \ \ propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-161-1/+1
| | | | |\ \ \
| | | | * | | | Remove to_string, replacing with std::to_stringlloyd2009-11-181-3/+3
* | | | | | | | Remove BufferedComputation::OUTPUT_LENGTHlloyd2010-10-292-10/+14
|/ / / / / / /
* | | | | | | Remove most uses of HASH_BLOCK_SIZElloyd2010-10-131-1/+1
* | | | | | | Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-132-5/+5
* | | | | | | Use size_t for BufferedComputation::add_datalloyd2010-10-122-9/+9
* | | | | | | Completely remove the second parameter to SecureVector which specifieslloyd2010-09-142-3/+5
* | | | | | | Remove more uses of vector to pointer implicit conversionslloyd2010-09-132-9/+24
* | | | | | | Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-1/+1
* | | | | | | Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Tiger::clone's result always used 3 passeslloyd2010-06-161-1/+5
* | | | | | More Doxygenlloyd2010-06-151-1/+6
* | | | | | More Doxygen updates/fixeslloyd2010-06-151-1/+1
| |_|_|_|/ |/| | | |
* | | | | Remove SecureBuffer, which is the fixed-size variant of SecureVector.lloyd2010-03-231-2/+2
|/ / / /
* / / / Move Tiger::mix to anon namespace lloyd2010-01-042-14/+17
|/ / /
* | / 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
|/
* Add a new looping load_be / load_le for loading large arrays at once, andlloyd2009-10-291-3/+3
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-222-2/+2
* Remove add blocks from hash function info.txt fileslloyd2009-09-291-8/+0
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-303-36/+42
* Do a minor optimization in some of the compression functions, loadinglloyd2008-11-231-3/+5
* I had not anticipated this being really worthwhile, but it turns outlloyd2008-11-232-15/+19
* Move BufferedComputation to new buf_comp.{h,cpp}lloyd2008-11-081-0/+1
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+0
* Make mdx_hash also a module, which most of the hash functions depend on.lloyd2008-09-281-0/+4
* Move all modules into src/ directorylloyd2008-09-284-0/+570