-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
bug 🐛Something isn't workingSomething isn't working
Description
Upon a running workflow, we hit this exception:
---- curve::pairing::tests::weil_tate_pairing_test::case_2 stdout ----
thread 'curve::pairing::tests::weil_tate_pairing_test::case_2' panicked at src/curve/pairing.rs:379:5:
assertion `left == right` failed
left: GaloisField { coeffs: [PrimeField { value: 77 }, PrimeField { value: 96 }] }
right: GaloisField { coeffs: [PrimeField { value: 31 }, PrimeField { value: 96 }] }
Not sure why this is happening. Here was the run: https://github.com/pluto/ronkathon/actions/runs/13160717133/job/36728514286?pr=192
Metadata
Metadata
Assignees
Labels
bug 🐛Something isn't workingSomething isn't working