This commit is contained in:
Jordi Baylina 2020-08-20 23:42:25 +02:00
parent 869e7c55e8
commit 4567d1e316
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112
4 changed files with 126 additions and 11 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

19
package-lock.json generated

@ -663,13 +663,24 @@
"integrity": "sha512-bvtLS27bKnhl12aQ2FMehXWQIyVqP1rjk8VdivGRl5yVgLSZjdqgievlOvRDVjqEJDZ00/kUl3LgRF0vchx9eg=="
},
"ffjavascript": {
"version": "0.2.7",
"resolved": "https://registry.npmjs.org/ffjavascript/-/ffjavascript-0.2.7.tgz",
"integrity": "sha512-CjJ/95Ddag3h6akM2HbHxVBNBXfsBtJ/i50B9PIDMb27yy7rWOhhUrmo4rcq+A5j7CIKzdM50kxNs1Qobb42bA==",
"version": "0.2.8",
"resolved": "https://registry.npmjs.org/ffjavascript/-/ffjavascript-0.2.8.tgz",
"integrity": "sha512-57MRMyNXWRk1cVIXGQv83X/9S04Oc+GXZvc2frgLfhU2vctHHiL32K7w3hc4CA0w03GqWPuXkiJoRre2Wul02g==",
"requires": {
"big-integer": "^1.6.48",
"wasmcurves": "0.0.4",
"wasmcurves": "0.0.5",
"worker-threads": "^1.0.0"
},
"dependencies": {
"wasmcurves": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/wasmcurves/-/wasmcurves-0.0.5.tgz",
"integrity": "sha512-BmI4GXLjLawGg2YkvHa8zRsnWec+d1uwoxE+Iov8cqOpDL7GA5XO2pk2yuDbXHMzwIug2exnKot3baRZ86R0pA==",
"requires": {
"big-integer": "^1.6.42",
"blakejs": "^1.1.0"
}
}
}
},
"figures": {

@ -41,7 +41,7 @@
"blake2b-wasm": "https://github.com/jbaylina/blake2b-wasm.git",
"circom_runtime": "0.1.3",
"fastfile": "0.0.13",
"ffjavascript": "0.2.7",
"ffjavascript": "0.2.8",
"logplease": "^1.2.15",
"r1csfile": "0.0.12"
},