Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add size method to Circuit trait #767

Closed
moCello opened this issue Oct 5, 2023 · 0 comments · Fixed by #768
Closed

Add size method to Circuit trait #767

moCello opened this issue Oct 5, 2023 · 0 comments · Fixed by #768

Comments

@moCello
Copy link
Member

moCello commented Oct 5, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant