aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/threefish
Commit message (Expand)AuthorAgeFilesLines
* Fix various SunCC and Solaris warnings and build problems.Jack Lloyd2017-01-241-0/+7
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-183-37/+37
* Add Cilk/OpenMP supportJack Lloyd2016-11-261-26/+8
* Move ISA optimized versions under the main algo dirJack Lloyd2016-11-032-0/+439
* Change T::provider to return std::stringJack Lloyd2016-09-152-2/+2
* Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-152-0/+13
* Add cpuid overload to test frameworkJack Lloyd2016-09-151-3/+3
* Merge optimized implementations into base classJack Lloyd2016-09-152-2/+23
* Empty the key/tweak containers which is used to signal the key was setJack Lloyd2016-04-151-3/+3
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-1/+1
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-3/+1
* Add a runtime map of string->func() which when called returnlloyd2015-01-282-5/+8
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Have Skein call Threefish, rather than duplicating the code.lloyd2014-02-082-8/+60
* Move lib into srclloyd2014-01-103-0/+249