summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/m_sm3.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Include evp_locl.h where it will be needed once most structs fromtb2021-12-121-1/+3
| | | | | | evp.h will be moved to evp_locl.h in an upcoming bump. ok inoguchi
* Add Ribose Inc's implementation of the SM3 hashing function withtb2018-11-111-0/+73
tweaks from jsing and myself. The SM2/SM3/SM4 algorithms are mandatory for legal use of cryptography within China and [are] widely applied in the country, covering identification/financial cards, contactless, TPM 2.0 and PKI. ok beck inoguchi jsing