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

Gate count between Honk and Plonk differs #1126

Open
lucasxia01 opened this issue Oct 8, 2024 · 0 comments
Open

Gate count between Honk and Plonk differs #1126

lucasxia01 opened this issue Oct 8, 2024 · 0 comments

Comments

@lucasxia01
Copy link
Contributor

The gate counting formula differs between honk and plonk. Currently, we take an overestimate by just adding the ensure_nonzero gates (that are NOT needed for Plonk), as well as adding the NUM_RESERVED_GATES (Plonk only), and adding the lookup sizes to the amount of lookup gates (which is also a Plonk thing as Honk only adds the table sizes). There's some other differences, but overestimating shouldn't be too harmful for now.

When Plonk goes away, we can clean a lot of this up...

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

No branches or pull requests

1 participant