aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/mdx_hash
Commit message (Expand)AuthorAgeFilesLines
* First step towards replacing the existing containers with std::vectorlloyd2012-05-181-2/+2
* Remove needless destructorslloyd2010-11-031-2/+0
* Doxygenlloyd2010-11-021-1/+0
* Remove BufferedComputation::OUTPUT_LENGTHlloyd2010-10-292-7/+4
* More size_tlloyd2010-10-131-1/+1
* Use buffer.size() directly to avoid lots of virtual calls in core looplloyd2010-10-131-9/+9
* Remove HashFunction::HASH_BLOCK_SIZE entirelylloyd2010-10-132-4/+11
* 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-122-13/+13
* 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-162-6/+18
* More Doxygenlloyd2010-06-151-2/+12
* More Doxygen updates/fixeslloyd2010-06-151-2/+8
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-072-2/+2
* 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 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-5/+0
* Make the member variables of MDx_HashFunction private instead of protected -lloyd2009-04-071-6/+5
* 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-072-26/+0
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-1/+5
* I had not anticipated this being really worthwhile, but it turns outlloyd2008-11-232-38/+64
* Move BufferedComputation to new buf_comp.{h,cpp}lloyd2008-11-081-0/+1
* Move the declaration of the HashFunction base class to a new header hash.hlloyd2008-11-081-1/+1
* Rewrite part of the module loading code in configure.pl, now dependencieslloyd2008-09-301-1/+1
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+0
* Add deps, missing includes, etclloyd2008-09-291-1/+1
* Modularize IF family PK algorithms (integer factorization; RSA and RW baselloyd2008-09-281-0/+10
* Make mdx_hash also a module, which most of the hash functions depend on.lloyd2008-09-282-0/+142