aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/sm4
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-063-7/+5
* Reorder indexes in SM4 round macroJack Lloyd2020-06-091-4/+4
* Fix some maintainer mode warningsJack Lloyd2020-02-111-4/+10
* Remove support for splitting the amalgamation by ABIJack Lloyd2020-01-221-4/+4
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+2
* Make the ISA list a listJack Lloyd2019-04-171-1/+3
* Avoid including rotate.h in bswap.hJack Lloyd2018-12-211-0/+1
* Remove support for Visual C++ 2013Jack Lloyd2018-10-011-2/+2
* Unroll SM4 encryption/decryption by 2Jack Lloyd2018-07-131-23/+105
* Add support for ARMv8 SM4 instructionsJack Lloyd2018-07-094-0/+221
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-0/+4
* Optimizations for SM4Jack Lloyd2017-10-131-35/+94
* Add compile-time rotation functionsJack Lloyd2017-10-121-2/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* More annotationsJack Lloyd2017-09-191-1/+1
* Add SM4 block cipherJack Lloyd2017-06-163-0/+197