Skip to content

Commit

Permalink
asn1 initial implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun committed Apr 26, 2024
1 parent 5c278d7 commit bdea15d
Show file tree
Hide file tree
Showing 9 changed files with 588 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test
.github
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.2",
"version": "0.5.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 src/sm3_test.js && node src/sm4_test.js && node src/kdf_test.js && node src/sm2_test.js"
"test": "standard && 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"
},
"devDependencies": {
"sjcl-with-all": "^1.0.8",
Expand Down

0 comments on commit bdea15d

Please sign in to comment.