aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/mdx_hash
Commit message (Expand)AuthorAgeFilesLines
* 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