aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/md4
Commit message (Expand)AuthorAgeFilesLines
* Doxygenlloyd2010-11-021-1/+9
* Remove BufferedComputation::OUTPUT_LENGTHlloyd2010-10-291-2/+4
* Remove most uses of HASH_BLOCK_SIZElloyd2010-10-131-1/+1
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-1/+1
* Use size_t for BufferedComputation::add_datalloyd2010-10-122-5/+5
* Completely remove the second parameter to SecureVector which specifieslloyd2010-09-141-3/+4
* 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
* More Doxygenlloyd2010-06-151-1/+0
* More Doxygen updates/fixeslloyd2010-06-151-1/+1
* Remove SecureBuffer, which is the fixed-size variant of SecureVector.lloyd2010-03-231-2/+2
* MD4's M buffer was set to be 48 words instead of 16. This had beenlloyd2010-02-031-1/+1
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-2/+2
* Make many more headers internal-only.lloyd2009-12-161-2/+2
* Conver the rest of the hash functions to use the array-based load instructions.lloyd2009-11-031-25/+30
* Add a new looping load_be / load_le for loading large arrays at once, andlloyd2009-10-291-0/+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-7/+0
* Many source files included bit_ops.h when what was really desired waslloyd2009-05-131-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-29/+33
* Do a minor optimization in some of the compression functions, loadinglloyd2008-11-231-3/+6
* I had not anticipated this being really worthwhile, but it turns outlloyd2008-11-232-29/+34
* Derive the x86 assembly implementations of MD4, MD5, and Serpent fromlloyd2008-09-291-1/+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-283-0/+142