aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/md2/md2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-113/+0
* 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 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-121-8/+12
* 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
* 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
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-1/+3
* No reason to include mdx_hash.h in MD2 since it derives directly fromlloyd2009-03-271-16/+16
* Move all modules into src/ directorylloyd2008-09-281-0/+106