aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/md2
Commit message (Expand)AuthorAgeFilesLines
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-1/+1
* Remove all uses of MemoryRegion::copy outside of internal uses inlloyd2012-05-181-1/+1
* First step towards replacing the existing containers with std::vectorlloyd2012-05-181-2/+2
* Avoid more VC warningslloyd2010-12-131-1/+2
* Remove BufferedComputation::OUTPUT_LENGTHlloyd2010-10-291-3/+4
* Remove HashFunction::HASH_BLOCK_SIZE entirelylloyd2010-10-131-1/+3
* Remove most uses of HASH_BLOCK_SIZElloyd2010-10-131-11/+11
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-1/+1
* Use size_t for BufferedComputation::add_datalloyd2010-10-122-10/+14
* Completely remove the second parameter to SecureVector which specifieslloyd2010-09-141-3/+4
* More vector->pointer conversion removals.lloyd2010-09-131-3/+3
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-2/+2
* Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-3/+3
* More Doxygen updates/fixeslloyd2010-06-151-1/+1
* Remove SecureBuffer, which is the fixed-size variant of SecureVector.lloyd2010-03-231-2/+2
* 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-7/+0
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-2/+6
* No reason to include mdx_hash.h in MD2 since it derives directly fromlloyd2009-03-272-24/+24
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+0
* Move all modules into src/ directorylloyd2008-09-283-0/+151