Browse Source

BG-7251: Use forked blake2b-wasm with disabled web assembly

Signed-off-by: Tyler Levine <tyler@bitgo.com>
master
Tyler Levine 6 years ago
parent
commit
6268e6dd67
No known key found for this signature in database GPG Key ID: CC8F1215664DDC11
  1. 2
      package.json

2
package.json

@ -4,7 +4,7 @@
"description": "Blake2b (64-bit version) in pure Javascript",
"main": "index.js",
"dependencies": {
"blake2b-wasm": "^1.1.0",
"blake2b-wasm": "https://github.com/BitGo/blake2b-wasm#193cdb71656c1a6c7f89b05d0327bb9b758d071b",
"nanoassert": "^1.0.0"
},
"devDependencies": {

Loading…
Cancel
Save