deps and number of cpus in node

This commit is contained in:
Jordi Baylina 2020-06-21 20:36:46 +02:00
parent 8ad92e684e
commit 8bc56a54a6
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112
2 changed files with 1 additions and 2 deletions

View File

@ -37,7 +37,6 @@
},
"devDependencies": {
"chai": "^4.2.0",
"blake2b-wasm": "^2.1.0",
"eslint": "^6.8.0",
"lodash": "^4.17.15",
"mocha": "^7.1.1"

View File

@ -2,7 +2,7 @@
const bn128 = require("ffjavascript").bn128;
const utils = require("ffjavascript").utils;
const blake2b = require("blake2b");
const blake2b = require("blake2b-wasm");
const ChaCha = require("ffjavascript").ChaCha;