aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/skein/skein_512.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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