Merge branch 'master' of https://github.com/iden3/snarkjs into fresh

# Conflicts:
#	build/main.cjs
This commit is contained in:
Nalin Bhardwaj 2022-01-19 18:37:56 -08:00
commit c7ccaf7d4e
5 changed files with 16254 additions and 4894 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

3676
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -1,7 +1,7 @@
{
"name": "snarkjs",
"type": "module",
"version": "0.4.10",
"version": "0.4.11",
"description": "zkSNARKs implementation in JavaScript",
"main": "./build/main.cjs",
"module": "./main.js",
@ -38,15 +38,15 @@
"url": "https://github.com/iden3/snarkjs.git"
},
"dependencies": {
"@iden3/binfileutils": "0.0.8",
"blake2b-wasm": "^2.3.0",
"circom_runtime": "0.1.14",
"@iden3/binfileutils": "0.0.10",
"blake2b-wasm": "^2.4.0",
"circom_runtime": "0.1.17",
"ejs": "^3.1.6",
"fastfile": "0.0.19",
"ffjavascript": "0.2.39",
"ffjavascript": "0.2.48",
"js-sha3": "^0.8.0",
"logplease": "^1.2.15",
"r1csfile": "0.0.33",
"r1csfile": "0.0.35",
"readline": "^1.3.0"
},
"devDependencies": {