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
R1CS: Add constraints_len, deferred_constraints_len and total_constraints_len (#322)
* Add Metrics struct
Add Metrics struct to count the different kinds of constraints, which comes in
handy when developing and benchmarking larger circuits.
This deprecates and removes the `multipliers_len()` method.
* Add documentation for the new Metrics struct
Co-authored-by: Oleg Andreev <[email protected]>
Co-authored-by: Oleg Andreev <[email protected]>
0 commit comments