Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: weil_tate_pairing fail case #213

Open
Autoparallel opened this issue Feb 5, 2025 · 1 comment
Open

bug: weil_tate_pairing fail case #213

Autoparallel opened this issue Feb 5, 2025 · 1 comment
Labels
bug 🐛 Something isn't working

Comments

@Autoparallel
Copy link
Contributor

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 Autoparallel added the bug 🐛 Something isn't working label Feb 5, 2025
@mahmudsudo
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants