mirror of
https://github.com/circify/circ.git
synced 2026-05-14 03:00:33 -04:00
The first bug is a disagreement between our bellman circuit and our bellman verify function. The circuit omit unused variables (public or private). The verify function includes unused public variables. Now, the circuit includes unused public variables. The second bug is related to large BV comparisons. The fix is to emit a bitwise comparator. We could optimize further in the future. closes #125