Skip to content

Commit

Permalink
ecc: support pkix public key and pkcs8 private key
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun committed May 7, 2024
1 parent 4522f82 commit 7ce3568
Show file tree
Hide file tree
Showing 9 changed files with 760 additions and 121 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gmsm-sm4js",
"version": "0.5.0",
"version": "0.6.0",
"description": "Pure Javascript implementation of the SM2/SM3/SM4 cipher based on sjcl",
"keywords": [
"sm2",
Expand All @@ -11,7 +11,7 @@
],
"main": "index.js",
"scripts": {
"test": "standard && node test/bn_patch_test.js && node test/asn1_test.js && node test/sm3_test.js && node test/sm4_test.js && node test/kdf_test.js && node test/sm2_test.js"
"test": "standard && node test/bn_patch_test.js && node test/asn1_test.js && node test/sm3_test.js && node test/sm4_test.js && node test/kdf_test.js && node test/sm2_test.js && node test/pkix_test.js && node test/pkcs8_test.js"
},
"devDependencies": {
"sjcl-with-all": "^1.0.8",
Expand Down

1 comment on commit 7ce3568

@emmansun
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#2

Please sign in to comment.