mirror of
https://github.com/tornadocash/websnark.git
synced 2025-02-17 07:26:19 +01:00
Tests working
This commit is contained in:
parent
664c98e41a
commit
dbabd040ec
12
build/bn128_wasm.js
Normal file
12
build/bn128_wasm.js
Normal file
File diff suppressed because one or more lines are too long
@ -5007,7 +5007,6 @@ process.umask = function() { return 0; };
|
||||
along with wasmsnark. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* globals WebAssembly, Blob, Worker, navigator, Promise, window */
|
||||
const bigInt = require("big-integer");
|
||||
const bn128_wasm = require("../build/bn128_wasm.js");
|
||||
const assert = require("assert");
|
||||
|
@ -5007,7 +5007,6 @@ process.umask = function() { return 0; };
|
||||
along with wasmsnark. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* globals WebAssembly, Blob, Worker, navigator, Promise, window */
|
||||
const bigInt = require("big-integer");
|
||||
const bn128_wasm = require("../build/bn128_wasm.js");
|
||||
const assert = require("assert");
|
||||
|
@ -25,7 +25,7 @@
|
||||
"url": "https://github.com/iden3/wasmsnark.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^16.2.3",
|
||||
"browserify": "^16.5.0",
|
||||
"eslint": "^6.8.0",
|
||||
"mocha": "^6.1.4",
|
||||
"package": "^1.0.1",
|
||||
|
@ -17,7 +17,6 @@
|
||||
along with wasmsnark. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* globals WebAssembly, Blob, Worker, navigator, Promise, window */
|
||||
const bigInt = require("big-integer");
|
||||
const bn128_wasm = require("../build/bn128_wasm.js");
|
||||
const assert = require("assert");
|
||||
|
Loading…
x
Reference in New Issue
Block a user