assert working

This commit is contained in:
Jordi Baylina 2020-08-24 09:32:47 +02:00
parent e3ad3a660e
commit 1edce883b7
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112
4 changed files with 1984 additions and 6327 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

20
package-lock.json generated

@ -282,24 +282,12 @@
}
},
"circom_runtime": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/circom_runtime/-/circom_runtime-0.1.3.tgz",
"integrity": "sha512-cCNuVRlVqEDFTsIkuoP0P0LYOam8UoXpYez+gncFrmQxu+Bnjy0xzbpy96V5eybmdAgSrVtwkbZ9SDOt5MJ7eA==",
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/circom_runtime/-/circom_runtime-0.1.4.tgz",
"integrity": "sha512-sQWeEBD3o2jIdrKPf3VDu7DNfP+NfscYO/pxi73FE0qQW8TXTfwno8Grdl++h6OKWbzvWJdG5jQvS+WGKjpMOg==",
"requires": {
"ffjavascript": "0.2.4",
"ffjavascript": "0.2.10",
"fnv-plus": "^1.3.1"
},
"dependencies": {
"ffjavascript": {
"version": "0.2.4",
"resolved": "https://registry.npmjs.org/ffjavascript/-/ffjavascript-0.2.4.tgz",
"integrity": "sha512-XFeWcjUDFPavN+DDOxhE8p5MOhZQJc9oO1Sj4ml1pyjqNhS1ujEamcjFyK0cctdnat61i7lvpTYzdtS3RYDC8w==",
"requires": {
"big-integer": "^1.6.48",
"wasmcurves": "0.0.4",
"worker-threads": "^1.0.0"
}
}
}
},
"cli-cursor": {

@ -39,7 +39,7 @@
},
"dependencies": {
"blake2b-wasm": "https://github.com/jbaylina/blake2b-wasm.git",
"circom_runtime": "0.1.3",
"circom_runtime": "0.1.4",
"fastfile": "0.0.13",
"ffjavascript": "0.2.10",
"logplease": "^1.2.15",