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
Add a method to the Circuit trait that returns the circuit size (measured as the number of constraints of the circuit).
Remove the need of passing the public parameter to compress the circuit.
Even though these changes seem unrelated, they actually both result from removing the pre-allocation of vectors for the builder.
The text was updated successfully, but these errors were encountered:
Summary
Add a method to the
Circuit
trait that returns the circuit size (measured as the number of constraints of the circuit).Remove the need of passing the public parameter to compress the circuit.
Even though these changes seem unrelated, they actually both result from removing the pre-allocation of vectors for the builder.
The text was updated successfully, but these errors were encountered: