Fix proof calculation with L empty

This commit is contained in:
Jordi Baylina 2020-08-13 00:44:40 +02:00
parent a28b1e4fe5
commit 7d7c98f93b
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112
4 changed files with 8 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

6
package-lock.json generated

@ -663,9 +663,9 @@
"integrity": "sha512-0EZo2y5eW8X0oiDDRvcnufjVxlM96CQL5hvmRQtbRABWlCkH73IHwkzl0qOSdxtchaMr+0TSB7GVqaVEixRr1Q=="
},
"ffjavascript": {
"version": "0.2.5",
"resolved": "https://registry.npmjs.org/ffjavascript/-/ffjavascript-0.2.5.tgz",
"integrity": "sha512-MkjLgyDdge5N5+u4qqbbClJQZXqoj//bmSQ/jxrObbHSwu3CFMz/KAEzPjqME1D54dA36LJtASvwgobw65EZcA==",
"version": "0.2.6",
"resolved": "https://registry.npmjs.org/ffjavascript/-/ffjavascript-0.2.6.tgz",
"integrity": "sha512-mJf5tgLKF4uiBRshjrd2cSrXrZDGzGr51pHMz+udO/LSqjd3BsJBd71mu1CIq1s1uobuN1IzejemN6JosDynmg==",
"requires": {
"big-integer": "^1.6.48",
"wasmcurves": "0.0.4",

@ -41,7 +41,7 @@
"blake2b-wasm": "https://github.com/jbaylina/blake2b-wasm.git",
"circom_runtime": "0.0.9",
"fastfile": "0.0.12",
"ffjavascript": "0.2.5",
"ffjavascript": "0.2.6",
"logplease": "^1.2.15",
"r1csfile": "0.0.12"
},