-
Notifications
You must be signed in to change notification settings - Fork 225
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
Provide implementation for ECADD and ECDOUBLE #3983
Labels
enhancement
New feature or request
Comments
Related to #3958 |
kevaundray
pushed a commit
to AztecProtocol/aztec-packages
that referenced
this issue
Jan 25, 2024
This PR resolves the following points from the issue noir-lang/noir#3983: - Add ACVM solvers for ECADD and ECDOUBLE - Generate circuits for ECADD and ECDOUBLE in BB/dsl - Add unit test in BB/DSL for these new opcodes - Add integration test in Noir demonstrating the use of the opcodes
AztecBot
pushed a commit
that referenced
this issue
Jan 25, 2024
This PR resolves the following points from the issue #3983: - Add ACVM solvers for ECADD and ECDOUBLE - Generate circuits for ECADD and ECDOUBLE in BB/dsl - Add unit test in BB/DSL for these new opcodes - Add integration test in Noir demonstrating the use of the opcodes
AztecBot
pushed a commit
to AztecProtocol/barretenberg
that referenced
this issue
Jan 26, 2024
This PR resolves the following points from the issue noir-lang/noir#3983: - Add ACVM solvers for ECADD and ECDOUBLE - Generate circuits for ECADD and ECDOUBLE in BB/dsl - Add unit test in BB/DSL for these new opcodes - Add integration test in Noir demonstrating the use of the opcodes
michaelelliot
pushed a commit
to Swoir/noir_rs
that referenced
this issue
Feb 28, 2024
This PR resolves the following points from the issue noir-lang/noir#3983: - Add ACVM solvers for ECADD and ECDOUBLE - Generate circuits for ECADD and ECDOUBLE in BB/dsl - Add unit test in BB/DSL for these new opcodes - Add integration test in Noir demonstrating the use of the opcodes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
PR AztecProtocol/aztec-packages#3878 partially solves issue #3958, by introducing the new ECADD and ECDOUBLE opcodes both in Noir and BB.
However they are not implemented and using them will result in errors both in Noir and BB.
Happy Case
In order to finalise #3858, we still need to:
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: