aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/bmw
Commit message (Expand)AuthorAgeFilesLines
* Rename some dirs for shorter object files where configure willlloyd2011-06-033-245/+0
* 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-8/+8
* More changes to avoid vector to pointer implicit conversionslloyd2010-09-141-2/+2
* 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-2/+2
* More Doxygen updates/fixeslloyd2010-06-151-0/+3
* Remove SecureBuffer, which is the fixed-size variant of SecureVector.lloyd2010-03-231-2/+2
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-2/+2
* Add missing BOTAN_DLL exports.lloyd2009-12-161-1/+1
* Make many more headers internal-only.lloyd2009-12-161-2/+2
* Add a new looping load_be / load_le for loading large arrays at once, andlloyd2009-10-291-2/+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 includes of stdio.hlloyd2009-10-071-2/+0
* Remove add blocks from hash function info.txt fileslloyd2009-09-291-7/+0
* Update the implementation of Blue Midnight Wish to use the Round 2 tweakedlloyd2009-09-212-90/+122
* In BMW-512, don't use the stack, instead use class SecureBuffers to reducelloyd2009-09-152-70/+70
* Add an implementation of Blue Midnight Wish (512 bit version only)lloyd2009-09-153-0/+219