summaryrefslogtreecommitdiff
path: root/speck-simd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch to rotlConstant and rotrConstantJeffrey Walton2017-11-241-38/+20
* Fix Speck compile error with iOS WatchJeffrey Walton2017-11-231-4/+4
* Add NEON and ASIMD intrinsics for SPECK-128 (GH #538)Jeffrey Walton2017-11-231-2/+390
* Update commentsJeffrey Walton2017-11-221-14/+20
* Add speck-simd.cpp to project files (GH #538, #539)Jeffrey Walton2017-11-221-19/+9
* Add SSSE3 intrinsics for SPECK-128 (GH #538)Jeffrey Walton2017-11-221-0/+367