diff options
author | Jack Lloyd <[email protected]> | 2017-08-04 15:22:33 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-08-04 15:22:33 -0400 |
commit | 87fcd69b587ccd60c5f248b40003cf9a0a558a53 (patch) | |
tree | c558cab7be5e591a36d74c3f8948c018a1c89bb7 /src/lib/pubkey/sm2/info.txt | |
parent | 58b1f7cc90b3e5c8a4bbff7adf2c001db0ef4d21 (diff) |
Add SM2 encryption scheme
This is a contribution from Ribose Inc (@riboseinc)
Diffstat (limited to 'src/lib/pubkey/sm2/info.txt')
-rw-r--r-- | src/lib/pubkey/sm2/info.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/pubkey/sm2/info.txt b/src/lib/pubkey/sm2/info.txt index e94500277..ee74a74a0 100644 --- a/src/lib/pubkey/sm2/info.txt +++ b/src/lib/pubkey/sm2/info.txt @@ -1,5 +1,5 @@ <defines> -SM2 -> 20170621 +SM2 -> 20170804 </defines> <requires> @@ -10,4 +10,5 @@ keypair numbertheory rng sm3 +kdf2 </requires> |