-
Notifications
You must be signed in to change notification settings - Fork 11
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
dynamic configuration #21
Comments
Though #23 solves this issue for PSE, there is no equivalent for ZCash. Right now, the opcodes reside in the This is a reasonable approach I think since the official halo2_gadgets Poseidon's configuration has both columns/ selectors and operational parameters. |
Thanks for the comment :). The way |
Ah somehow I missed that |
Ideally, we want to configure the circuit based on the opcodes required.
For example, if the circuit doesn't use ecdsa opcode there's no need to configure ecdsa.
currently the configure function of the
Circuit
trait in halo2 doesn't takeself
, so it doesn't have access to the fields of the struct (NoirHalo2Translator). I'm wondering if theres a way around this.The text was updated successfully, but these errors were encountered: