summaryrefslogtreecommitdiff
path: root/threefish.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix "variable tracking size limit exceeded" with UBsanJeffrey Walton2017-11-261-142/+223
* Switch to rotlConstant and rotrConstantJeffrey Walton2017-11-251-36/+28
* Remove variable block size for Threefish (GH #535)Jeffrey Walton2017-11-171-135/+98
* Add separate Enc and Dec classes to ThreefishJeffrey Walton2017-05-171-63/+115
* Re-enable the Tweak on ThreefishJeffrey Walton2017-05-151-1/+11
* Remove Tweak handling.Jeffrey Walton2017-05-151-11/+1
* Remove SSE2 intrinsics from ThreefishJeffrey Walton2017-05-141-89/+9
* Whitespace check-inJeffrey Walton2017-05-141-382/+382
* Add Threefish block cipher (Issue 422)Jeffrey Walton2017-05-141-0/+495