mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 00:46:17 +08:00
75f1c45de56ad517ccc147850e0eeabe75fa1bdb
OpenSSL-SM
The OpenSSL integrated with Chinese national cryptography standard:
- SM2: Elliptic curve cryptography, including signature scheme, encryption and key agreement, use the modified
ECDSAmodule. - SM3: Hash algorithm with 256-bit digest length, use
EVP_sm3() - SM4: or SMS4, a Feistel-style block cipher with 128-bit key length and 128-bit block size, use
EVP_sms4_ecb(),EVP_sms4_cbc(),EVP_sms4_cfb(),EVP_sms4_ofb().
Languages
C
97.3%
Assembly
2%
CMake
0.7%