aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/mdx_hash/mdx_hash.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove BufferedComputation::OUTPUT_LENGTHlloyd2010-10-291-5/+3
* Use buffer.size() directly to avoid lots of virtual calls in core looplloyd2010-10-131-9/+9
* Remove HashFunction::HASH_BLOCK_SIZE entirelylloyd2010-10-131-4/+9
* Remove most uses of HASH_BLOCK_SIZElloyd2010-10-131-10/+10
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-1/+1
* Use size_t for BufferedComputation::add_datalloyd2010-10-121-7/+7
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-3/+3
* 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-2/+2
* Yet more Doxygen commentslloyd2010-06-161-5/+5
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-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
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-221-1/+1
* Avoid calling compress_n in MDx_HashFunction unless at least one block islloyd2009-04-071-1/+2
* Remove some commented out code in MDx_HashFunction which was used duringlloyd2009-04-071-23/+0
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-0/+2
* I had not anticipated this being really worthwhile, but it turns outlloyd2008-11-231-30/+52
* Move BufferedComputation to new buf_comp.{h,cpp}lloyd2008-11-081-0/+1
* Make mdx_hash also a module, which most of the hash functions depend on.lloyd2008-09-281-0/+102