Skip to content

Commit

Permalink
[FAB-6960] Update sjcl to latest version
Browse files Browse the repository at this point in the history
The SDK currently uses [email protected] and
performance for hashing large files is
horrible.  Upgrading to [email protected]
drastically increases performance.

Change-Id: Ia55e7f62850cbcb4815493e27a09262fd0c61340
Signed-off-by: Gari Singh <[email protected]>
  • Loading branch information
mastersingh24 committed Nov 10, 2017
1 parent 5820b8a commit a157dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fabric-ca-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"jsrsasign": "^6.2.2",
"jssha": "^2.1.0",
"nconf": "^0.8.4",
"sjcl": "1.0.3",
"sjcl": "1.0.7",
"sjcl-codec": "0.1.1",
"url": "^0.11.0",
"util": "^0.10.3",
Expand Down
2 changes: 1 addition & 1 deletion fabric-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"path": "^0.12.7",
"pkcs11js": "^1.0.6",
"promise-settle": "^0.3.0",
"sjcl": "1.0.3",
"sjcl": "1.0.7",
"sjcl-codec": "0.1.1",
"stream-buffers": "3.0.1",
"tar-stream": "1.5.2",
Expand Down

0 comments on commit a157dce

Please sign in to comment.