ronkathon
ronkathon copied to clipboard
bug: `weil_tate_pairing` fail case
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
Wow , i have been having issues with pairing on the bls seems this is the bug