mirror of
https://github.com/circify/circ.git
synced 2026-01-11 14:47:59 -05:00
Previously, to lower z = x * y, we always generated a fresh variable for z. If a or b were constant, then R1CS optimization killed the fresh variable. Now, if a or b are constant, we skip the fresh variable, and just scale the LC.