From 5de6f09bdf7ed137f47c94a2e61866a87b4b3141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=93=8D=E9=A9=AC?= Date: Thu, 19 May 2022 16:25:22 +0800 Subject: [PATCH] add SM2 pub key (#267) SM2 is a set of cryptographic algorithms based on elliptic curve cryptography, including a digital signature, public key encryption and key exchange scheme. --- table.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/table.csv b/table.csv index 6140e93..914ba6b 100644 --- a/table.csv +++ b/table.csv @@ -148,6 +148,7 @@ p521-pub, key, 0x1202, draft, P-521 ed448-pub, key, 0x1203, draft, Ed448 public Key x448-pub, key, 0x1204, draft, X448 public Key rsa-pub, key, 0x1205, draft, RSA public key. DER-encoded ASN.1 type RSAPublicKey according to IETF RFC 8017 (PKCS #1) +sm2-pub, key, 0x1206, draft, SM2 public key (compressed) ed25519-priv, key, 0x1300, draft, Ed25519 private key secp256k1-priv, key, 0x1301, draft, Secp256k1 private key x25519-priv, key, 0x1302, draft, Curve25519 private key