-
Notifications
You must be signed in to change notification settings - Fork 204
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
EmbeddedCurvePoint
cannot represent the point at infinity
#4978
Closed
Labels
bug
Something isn't working
Comments
TomAFrench
pushed a commit
to AztecProtocol/aztec-packages
that referenced
this issue
May 17, 2024
Resolves noir-lang/noir#4978 Since elliptic curve addition in barretenberg is already handling the point at infinity, I simply expose it in the ACIR opcode.
AztecBot
pushed a commit
to AztecProtocol/barretenberg
that referenced
this issue
May 18, 2024
Resolves noir-lang/noir#4978 Since elliptic curve addition in barretenberg is already handling the point at infinity, I simply expose it in the ACIR opcode.
AztecBot
pushed a commit
to AztecProtocol/aztec-nr
that referenced
this issue
May 18, 2024
Resolves noir-lang/noir#4978 Since elliptic curve addition in barretenberg is already handling the point at infinity, I simply expose it in the ACIR opcode.
signorecello
pushed a commit
to AztecProtocol/aztec-packages
that referenced
this issue
May 20, 2024
Resolves noir-lang/noir#4978 Since elliptic curve addition in barretenberg is already handling the point at infinity, I simply expose it in the ACIR opcode.
superstar0402
added a commit
to superstar0402/aztec-nr
that referenced
this issue
Aug 16, 2024
Resolves noir-lang/noir#4978 Since elliptic curve addition in barretenberg is already handling the point at infinity, I simply expose it in the ACIR opcode.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The below code should return the point at infinity but instead it will fail to execute, we should update
EmbeddedCurvePoint
to have aninfinity: bool
field.The text was updated successfully, but these errors were encountered: