You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are experiencing this behavior due to circom v2.1.9 having the O2 constraints simplification flag enabled by default. Basically, this flag removes all linear constraints that operate with private signals.
I compiled the following program with circom 2.1.9
Here is the result
I expect there should be 2 linear constraints.
The text was updated successfully, but these errors were encountered: