Skip to content

Commit

Permalink
feat!: add is_infinite to curve addition opcode (#6384)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
guipublic authored and signorecello committed May 20, 2024
1 parent 1caa1ff commit b8283ac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ TEST_F(EcOperations, TestECMultiScalarMul)
.multi_scalar_mul_constraints = { msm_constrain },
.ec_add_constraints = {},
.recursion_constraints = {},
.honk_recursion_constraints = {},
.bigint_from_le_bytes_constraints = {},
.bigint_to_le_bytes_constraints = {},
.bigint_operations = {},
Expand Down

0 comments on commit b8283ac

Please sign in to comment.