This commit is contained in:
Jordi Baylina 2021-10-20 08:03:46 +02:00
parent 4d8721829f
commit 69479ce484
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112
5 changed files with 40 additions and 31 deletions

9
.vscode/launch.json vendored

@ -4,6 +4,15 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Attach",
"port": 9229,
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "pwa-node"
},
{
"type": "pwa-node",
"request": "launch",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

15
package-lock.json generated

@ -5,6 +5,7 @@
"requires": true,
"packages": {
"": {
"name": "snarkjs",
"version": "0.4.7",
"license": "GPL-3.0",
"dependencies": {
@ -13,7 +14,7 @@
"circom_runtime": "0.1.13",
"ejs": "^3.1.6",
"fastfile": "0.0.19",
"ffjavascript": "0.2.37",
"ffjavascript": "0.2.39",
"js-sha3": "^0.8.0",
"logplease": "^1.2.15",
"r1csfile": "0.0.32",
@ -1150,9 +1151,9 @@
"integrity": "sha512-tz9nWR5KYb6eR2odFQ7oxqEkx8F3YQZ6NBJoJR92YEG3DqYOqyxMck8PKvTVNKx3uwvOqGnLXNScnqpdHRdHGQ=="
},
"node_modules/ffjavascript": {
"version": "0.2.37",
"resolved": "https://registry.npmjs.org/ffjavascript/-/ffjavascript-0.2.37.tgz",
"integrity": "sha512-wWOkQB07d6eKFRMMtryTVsWrMsR4ImdikhEuu6ZcFYaxufJaBKUiQHYxsPzZEScPa+okkHzf1/2YVPU7xUIHMQ==",
"version": "0.2.39",
"resolved": "https://registry.npmjs.org/ffjavascript/-/ffjavascript-0.2.39.tgz",
"integrity": "sha512-9ewb5keKHL1owKTxCK7sDuA34SPJxnznWqdJgwBW51moCvg+wf9L0W5mcxm8qMUxt2OE/KjBQUKmYLaKyNNrPw==",
"dependencies": {
"big-integer": "^1.6.48",
"wasmcurves": "0.0.14",
@ -4293,9 +4294,9 @@
"integrity": "sha512-tz9nWR5KYb6eR2odFQ7oxqEkx8F3YQZ6NBJoJR92YEG3DqYOqyxMck8PKvTVNKx3uwvOqGnLXNScnqpdHRdHGQ=="
},
"ffjavascript": {
"version": "0.2.37",
"resolved": "https://registry.npmjs.org/ffjavascript/-/ffjavascript-0.2.37.tgz",
"integrity": "sha512-wWOkQB07d6eKFRMMtryTVsWrMsR4ImdikhEuu6ZcFYaxufJaBKUiQHYxsPzZEScPa+okkHzf1/2YVPU7xUIHMQ==",
"version": "0.2.39",
"resolved": "https://registry.npmjs.org/ffjavascript/-/ffjavascript-0.2.39.tgz",
"integrity": "sha512-9ewb5keKHL1owKTxCK7sDuA34SPJxnznWqdJgwBW51moCvg+wf9L0W5mcxm8qMUxt2OE/KjBQUKmYLaKyNNrPw==",
"requires": {
"big-integer": "^1.6.48",
"wasmcurves": "0.0.14",

@ -43,7 +43,7 @@
"circom_runtime": "0.1.13",
"ejs": "^3.1.6",
"fastfile": "0.0.19",
"ffjavascript": "0.2.37",
"ffjavascript": "0.2.39",
"js-sha3": "^0.8.0",
"logplease": "^1.2.15",
"r1csfile": "0.0.32",