summaryrefslogtreecommitdiff
path: root/crypto/sm4
Commit message (Expand)AuthorAgeFilesLines
* Fix SM4-XTS build failure on Mac mini M1Xu Yizhou2023-02-062-8/+19
* SM4 AESE optimization for ARMv8Xu Yizhou2023-02-023-1/+2005
* Fix SM4 test failures on big-endian ARM processorsXu Yizhou2023-01-061-26/+26
* Fix SM4-CBC regression on Armv8fangming.fang2022-12-131-1/+1
* optimize ossl_sm4_set_key speedzhangzhilei2022-10-131-13/+24
* Update copyright yearMatt Caswell2022-05-032-2/+2
* SM4 optimization for ARM by ASIMDDaniel Hu2022-04-122-2/+1122
* SM4 optimization for non-asm modezhangzhilei2022-03-031-5/+140
* SM4 optimization for ARM by HW instructionDaniel Hu2022-01-182-2/+665
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_ symbols for sm3 and sm4Shane Lontis2021-03-181-3/+3
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/smN/Richard Levitte2018-12-061-1/+1
* SM4: Add SM4 block cipher to EVPRonald Tse2017-10-312-0/+237