aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/threefish/threefish.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename threefish module to threefish_512Jack Lloyd2018-03-061-272/+0
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-4/+2
* Use SIMD for in ThreefishJack Lloyd2017-10-121-2/+2
* Add compile-time rotation functionsJack Lloyd2017-10-121-8/+8
* Notify callers of parallel ops for AES, IDEA, Noekeon, SHACAL2 and ThreefishJack Lloyd2017-08-141-0/+12
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-19/+19
* Add Cilk/OpenMP supportJack Lloyd2016-11-261-26/+8
* Change T::provider to return std::stringJack Lloyd2016-09-151-1/+1
* Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-151-0/+12
* Add cpuid overload to test frameworkJack Lloyd2016-09-151-3/+3
* Merge optimized implementations into base classJack Lloyd2016-09-151-1/+16
* 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-281-2/+8
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Have Skein call Threefish, rather than duplicating the code.lloyd2014-02-081-7/+51
* Move lib into srclloyd2014-01-101-0/+205