You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've bisected this down to passing on fc11b63 and failing on 24cc19e so it seems like the root cause is due to us not copying arrays when we should due to the changes made in #6685.
We didn't catch this at the time as the tests in noir_bignum were already failing in CI due to being too heavy for the github runner to run in parallel.
The text was updated successfully, but these errors were encountered:
While fixing the dead canary @kashbrti found in noir-lang/noir_bigcurve#22 that the
test_secp256r1_offset_generators
would fail with the errorI've bisected this down to passing on fc11b63 and failing on 24cc19e so it seems like the root cause is due to us not copying arrays when we should due to the changes made in #6685.
We didn't catch this at the time as the tests in
noir_bignum
were already failing in CI due to being too heavy for the github runner to run in parallel.The text was updated successfully, but these errors were encountered: