Skip to content

Commit

Permalink
refactoring, export asn1 and suppment jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun committed May 10, 2024
1 parent 5abb3b4 commit 09fbe3a
Show file tree
Hide file tree
Showing 12 changed files with 449 additions and 231 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
...require('./src/asn1'),
...require('./src/sm3'),
...require('./src/bytescodeHex'),
...require('./src/kdf'),
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "gmsm-sm4js",
"version": "0.6.0",
"version": "0.6.1",
"description": "Pure Javascript implementation of the SM2/SM3/SM4 cipher based on sjcl",
"keywords": [
"sm2",
"sm3",
"sm4",
"gmsm",
"pkcs8",
"asn1",
"sjcl"
],
"main": "index.js",
Expand Down

0 comments on commit 09fbe3a

Please sign in to comment.