ronkathon icon indicating copy to clipboard operation
ronkathon copied to clipboard

bug: `weil_tate_pairing` fail case

Open Autoparallel opened this issue 11 months ago • 1 comments

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

Autoparallel avatar Feb 05 '25 15:02 Autoparallel

Wow , i have been having issues with pairing on the bls seems this is the bug

mahmudsudo avatar Feb 09 '25 00:02 mahmudsudo