summaryrefslogtreecommitdiff
path: root/sm4.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clear unreachable code warnings with early MSVC compilersJeffrey Walton2019-10-031-0/+4
|
* Fix UBsan finding on PowerPC under Clang 7.0Jeffrey Walton2018-11-221-0/+1
|
* Add AES-NI accelerated SM4 encryption (GH #540)Jeffrey Walton2018-07-131-0/+30
| | | | Thanks to Markku-Juhani Olavi Saarinen for the code. Also see https://github.com/mjosaarinen/sm4ni
* Switch to rotlConstant and rotrConstantJeffrey Walton2017-11-241-4/+7
|
* Add SM4 block ciphers (GH #540)Jeffrey Walton2017-11-231-0/+174