-
Notifications
You must be signed in to change notification settings - Fork 94
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
feat(dsl)!: add hash index to pedersen constraint #436
Conversation
d9a57b9
to
7673912
Compare
I was going to change the noir ref to use my pedersen with domain separator branch but another barretenberg breaking change has landed already #417 which complicates more having a noir branch that works with both breaking changes. |
* feat(noir): add hash index to pedersen constraint * feat: added pedesen with hash_index in header
…etenberg#436) * feat(noir): add hash index to pedersen constraint * feat: added pedesen with hash_index in header
…etenberg#436) * feat(noir): add hash index to pedersen constraint * feat: added pedesen with hash_index in header
Description
Adds the hash_index value to the PedersenConstraint used by noir (previously it was always using the default, zero)
Also adds a new cbind to be able to call plookup commit with hash index.
Checklist:
/markdown/specs
have been updated.@brief
describing the intended functionality.