aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/threefish
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unnecessary virtuals from final classesJack Lloyd2017-10-021-2/+2
* Remove protected functions from final classesJack Lloyd2017-10-021-2/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Notify callers of parallel ops for AES, IDEA, Noekeon, SHACAL2 and ThreefishJack Lloyd2017-08-142-0/+14
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-022-2/+6
* 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