lurk-lab / circom-scotia

Other
18 stars 9 forks source link

Fix output size in `synthesize` #35

Closed tchataigner closed 4 months ago

tchataigner commented 4 months ago

Goal

This PR fixes a bug that happens while getting the output from the witness. Currently we were missing one of them as we were iterating to length - 1 instead of length.