This commit is contained in:
Jordi Baylina 2020-10-21 11:35:18 +02:00
parent 94bb8d83fe
commit 322668142a
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112
4 changed files with 27 additions and 16 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

14
package-lock.json generated

@ -686,9 +686,9 @@
"integrity": "sha512-q03PTKc+wptis4WmuFOwPNQx2p5myFUrl/dMgRlW9mymc1Egyc14JPHgiGnWK+sJ0+dBl2Vwtfh5GfSQltYOpw=="
},
"ffjavascript": {
"version": "0.2.27",
"resolved": "https://registry.npmjs.org/ffjavascript/-/ffjavascript-0.2.27.tgz",
"integrity": "sha512-h4hnRFtkHBayko73sl/BiJhwmVWgrrExDybR6uab7C20x6dVI+d1b8WHwQLPovnn7uZb5cyG4vUT3mCsac6sbg==",
"version": "0.2.28",
"resolved": "https://registry.npmjs.org/ffjavascript/-/ffjavascript-0.2.28.tgz",
"integrity": "sha512-GX0BX5LRUOXjng3dzCKJ4/wRCr4DP0CLkr92Ptgbl9H+Izci9WS17uXRyls8q6Yzdch07bvx+ZW83K46bLAOGw==",
"requires": {
"big-integer": "^1.6.48",
"wasmcurves": "0.0.13",
@ -1528,14 +1528,14 @@
"dev": true
},
"r1csfile": {
"version": "0.0.21",
"resolved": "https://registry.npmjs.org/r1csfile/-/r1csfile-0.0.21.tgz",
"integrity": "sha512-L8Ghm56V3OgQXKkQMeEhQai+BcE6zHxEv9yXqs7BH+S8cqiGmOeFMtn0Cy4VwdT1YQV7ZGtK85ZTl/63F+Jgng==",
"version": "0.0.22",
"resolved": "https://registry.npmjs.org/r1csfile/-/r1csfile-0.0.22.tgz",
"integrity": "sha512-iy44EcOq3XhjBflh9rpBfzRKxvJMZDglwAFgZyqhu7A2arKOAqrU1awAdyIKIBWxhHNEVmV3tYGO8alZtmYsEQ==",
"requires": {
"@iden3/bigarray": "0.0.2",
"@iden3/binfileutils": "0.0.3",
"fastfile": "0.0.18",
"ffjavascript": "0.2.27"
"ffjavascript": "0.2.28"
}
},
"randombytes": {

@ -42,9 +42,9 @@
"blake2b-wasm": "https://github.com/jbaylina/blake2b-wasm.git",
"circom_runtime": "0.1.5",
"fastfile": "0.0.18",
"ffjavascript": "0.2.27",
"ffjavascript": "0.2.28",
"logplease": "^1.2.15",
"r1csfile": "0.0.21"
"r1csfile": "0.0.22"
},
"devDependencies": {
"chai": "^4.2.0",