aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/skein/skein_512.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update Skein-512 for the new 1.3 specification, just changes the keylloyd2010-11-031-2/+2
* Remove BufferedComputation::OUTPUT_LENGTHlloyd2010-10-291-1/+0
* More size_t. Document changeslloyd2010-10-131-4/+4
* Remove HashFunction::HASH_BLOCK_SIZE entirelylloyd2010-10-131-1/+1
* Use size_t for BufferedComputation::add_datalloyd2010-10-121-10/+10
* Completely remove the second parameter to SecureVector which specifieslloyd2010-09-141-3/+3
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-4/+9
* 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-3/+3
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* Remove SecureBuffer, which is the fixed-size variant of SecureVector.lloyd2010-03-231-1/+1
* Use a u32bit for the length argument to ubi_512. That value cannot possiblylloyd2009-12-231-2/+2
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-1/+2
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Add a new looping load_be / load_le for loading large arrays at once, andlloyd2009-10-291-2/+2
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-221-1/+1
* Change Skein-512 to match the tweaked 1.2 specification. Round constantslloyd2009-09-151-8/+8
* Avoid a crash in Skein_512::add_data if it is called with a zero-lengthlloyd2009-07-141-0/+3
* Mark Skein_512 with the BOTAN_DLL macrolloyd2009-06-061-0/+6
* Small cleanups in the Skein-512 source, and add support for thelloyd2009-06-031-66/+61
* Add an implementation of Skein-512lloyd2009-06-021-0/+258