This commit is contained in:
Jordi Baylina 2021-01-17 18:44:43 +01:00
parent 9764065ee2
commit 874e8094aa
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112
6 changed files with 2704 additions and 546 deletions

File diff suppressed because it is too large Load Diff

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

32
package-lock.json generated

@ -42,6 +42,13 @@
"requires": {
"fastfile": "0.0.18",
"ffjavascript": "^0.2.30"
},
"dependencies": {
"fastfile": {
"version": "0.0.18",
"resolved": "https://registry.npmjs.org/fastfile/-/fastfile-0.0.18.tgz",
"integrity": "sha512-q03PTKc+wptis4WmuFOwPNQx2p5myFUrl/dMgRlW9mymc1Egyc14JPHgiGnWK+sJ0+dBl2Vwtfh5GfSQltYOpw=="
}
}
},
"@rollup/plugin-commonjs": {
@ -990,9 +997,9 @@
"dev": true
},
"fastfile": {
"version": "0.0.18",
"resolved": "https://registry.npmjs.org/fastfile/-/fastfile-0.0.18.tgz",
"integrity": "sha512-q03PTKc+wptis4WmuFOwPNQx2p5myFUrl/dMgRlW9mymc1Egyc14JPHgiGnWK+sJ0+dBl2Vwtfh5GfSQltYOpw=="
"version": "0.0.19",
"resolved": "https://registry.npmjs.org/fastfile/-/fastfile-0.0.19.tgz",
"integrity": "sha512-tz9nWR5KYb6eR2odFQ7oxqEkx8F3YQZ6NBJoJR92YEG3DqYOqyxMck8PKvTVNKx3uwvOqGnLXNScnqpdHRdHGQ=="
},
"ffjavascript": {
"version": "0.2.32",
@ -1846,25 +1853,16 @@
"dev": true
},
"r1csfile": {
"version": "0.0.26",
"resolved": "https://registry.npmjs.org/r1csfile/-/r1csfile-0.0.26.tgz",
"integrity": "sha512-HLXSW7kbRH0D+yOe+vhmBg5J06e1u+G9Z06vxbRSTUMeHC4oUcND5JKcLPTxcmtguMugeJw/whzeQiWI91QcEw==",
"version": "0.0.28",
"resolved": "https://registry.npmjs.org/r1csfile/-/r1csfile-0.0.28.tgz",
"integrity": "sha512-hq7js1H3HUlY1oX+Y5ZteofzyX4yJtpE4NB2uV4Pqj1AzTks1ACCEA6i1rKjmkii5zfubYpYhjHzhQfBFdvX8Q==",
"requires": {
"@iden3/bigarray": "0.0.2",
"@iden3/binfileutils": "0.0.6",
"fastfile": "0.0.18",
"@iden3/binfileutils": "0.0.7",
"fastfile": "0.0.19",
"ffjavascript": "0.2.30"
},
"dependencies": {
"@iden3/binfileutils": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/@iden3/binfileutils/-/binfileutils-0.0.6.tgz",
"integrity": "sha512-VBlSeTwi4UD+17lwl+pw+Kqi+xyyH3M1lAD2K7B9GucBwZbHMIWDcgWcDqN3a1y41qlcifTKd3Fi8LkhdPBg9Q==",
"requires": {
"fastfile": "0.0.18",
"ffjavascript": "^0.2.30"
}
},
"ffjavascript": {
"version": "0.2.30",
"resolved": "https://registry.npmjs.org/ffjavascript/-/ffjavascript-0.2.30.tgz",

@ -41,10 +41,10 @@
"@iden3/binfileutils": "0.0.7",
"blake2b-wasm": "https://github.com/jbaylina/blake2b-wasm.git",
"circom_runtime": "0.1.10",
"fastfile": "0.0.18",
"fastfile": "0.0.19",
"ffjavascript": "0.2.32",
"logplease": "^1.2.15",
"r1csfile": "0.0.26"
"r1csfile": "0.0.28"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",