summaryrefslogtreecommitdiff
path: root/speck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch to rotlConstant and rotrConstantJeffrey Walton2017-11-241-6/+6
* Add NEON and ASIMD intrinsics for SPECK-128 (GH #538)Jeffrey Walton2017-11-231-4/+32
* Add SSSE3 intrinsics for SPECK-128 (GH #538)Jeffrey Walton2017-11-221-44/+83
* Rework UncheckedSetKey to rearrange words in ExpandKey (GH #538)Jeffrey Walton2017-11-211-18/+5
* Switch to size_t for loop controlJeffrey Walton2017-11-211-2/+2
* Remove unneeded includeJeffrey Walton2017-11-211-3/+0
* Clear unused variable warning for MSVCJeffrey Walton2017-11-201-0/+2
* Use SPECK_ExpandKey instead of SPECK_RoundKeysJeffrey Walton2017-11-201-8/+8
* Update documentationJeffrey Walton2017-11-201-2/+12
* Update documentationJeffrey Walton2017-11-201-200/+230
* Add SPECK-64 and SPECK-128 lightweight block ciphers (GH #538)Jeffrey Walton2017-11-201-0/+296