aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/tiger/tiger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Completely remove the second parameter to SecureVector which specifieslloyd2010-09-141-1/+4
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-8/+21
* 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
* Move Tiger::mix to anon namespace lloyd2010-01-041-13/+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 all exception specifications. The way these are designed in C++ islloyd2009-10-221-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-25/+27
* 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-231-14/+18
* Move BufferedComputation to new buf_comp.{h,cpp}lloyd2008-11-081-0/+1
* Move all modules into src/ directorylloyd2008-09-281-0/+155