barretenberg icon indicating copy to clipboard operation
barretenberg copied to clipboard

cycle_group(field_t _x, field_t _y, bool_t is_infinity) should check the new point is on curve

Open maramihali opened this issue 6 months ago • 0 comments

However, this makes the acir schnorr test fail because it provided a (0,0) public key, not set to point at infinity, that should never be the case. Investigate this and enable the assert

maramihali avatar Aug 02 '24 08:08 maramihali