aboutsummaryrefslogtreecommitdiff
path: root/crypto/sm3
AgeCommit message (Expand)AuthorFilesLines
2023-08-01Copyright year updatesMatt Caswell1-1/+1
2023-05-31Fix arm64 asm code back compatible issue with gcc 4.9.4Xiaokang Qian1-1/+0
2022-12-01Update copyright yearTomas Mraz2-2/+2
2022-11-21Add ROTATE inline asm support for SM3Hongren (Zenithal) Zheng1-8/+8
2022-11-21Add SM3 implementation in RISC-V Zksh asmHongren (Zenithal) Zheng1-2/+22
2022-11-09Fix sm3ss1 translation issue in sm3-armv8.plfangming.fang1-8/+7
2022-11-09SM3 acceleration with SM3 hardware instruction on aarch64fangming.fang3-3/+316
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz1-0/+1
2021-04-08Update copyright yearMatt Caswell3-3/+3
2021-03-18Add ossl_ symbols for sm3 and sm4Shane Lontis3-10/+9
2019-12-18Cleanup legacy digest methods.Shane Lontis3-53/+34
2019-09-28Reorganize local header filesDr. Matthias St. Pierre2-1/+1
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre2-2/+2
2019-06-04Move digests to providersShane Lontis2-1/+2
2018-12-06Following the license change, modify the boilerplates in crypto/smN/Richard Levitte3-3/+3
2017-11-06SM3: restructure to EVP internal and update doc to right locationRonald Tse4-53/+86
2017-11-06SM3: Add SM3 hash functionJack Lloyd3-0/+296