This commit is contained in:
Zhi Guan
2015-08-24 14:39:45 +08:00
parent 75f1c45de5
commit 8afb3ef97b
31 changed files with 4942 additions and 95 deletions

View File

@@ -7,4 +7,8 @@ The OpenSSL integrated with Chinese national cryptography standard:
* 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()`.
Also SECG algoirthms:
* ECIES: Elliptic Curve Integrated Encryption Scheme