aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/skein
Commit message (Expand)AuthorAgeFilesLines
* The Algorithm_Factory has this logic on looking for an object:lloyd2011-07-051-0/+2
* Maintainer mode warning cleanups, mostly for C style casts which Illoyd2011-04-181-4/+8
* Update Skein-512 for the new 1.3 specification, just changes the keylloyd2010-11-031-2/+2
* Remove BufferedComputation::OUTPUT_LENGTHlloyd2010-10-292-1/+1
* More size_t. Document changeslloyd2010-10-132-5/+5
* Remove HashFunction::HASH_BLOCK_SIZE entirelylloyd2010-10-132-1/+3
* Use size_t for BufferedComputation::add_datalloyd2010-10-122-13/+13
* Completely remove the second parameter to SecureVector which specifieslloyd2010-09-142-6/+6
* 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
* More Doxygen commentslloyd2010-06-161-0/+5
* More Doxygen updates/fixeslloyd2010-06-151-0/+3
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-072-2/+2
* Remove SecureBuffer, which is the fixed-size variant of SecureVector.lloyd2010-03-232-4/+4
* 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 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
* Change Skein-512 to match the tweaked 1.2 specification. Round constantslloyd2009-09-151-8/+8
* Move some files around to break up dependencies between directorieslloyd2009-07-161-0/+4
* 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-062-3/+9
* Small cleanups in the Skein-512 source, and add support for thelloyd2009-06-032-70/+65
* Add an implementation of Skein-512lloyd2009-06-023-0/+309