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
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...
The text was updated successfully, but these errors were encountered:
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...
The text was updated successfully, but these errors were encountered: