-
Notifications
You must be signed in to change notification settings - Fork 269
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
Fix a corner case for ate pairing in BLS12 and BW6 models #460
Conversation
Reference: introducing two CP curves that embed |
It's fine to merge this; there should not be any conflict with master. |
We also need to fix it in |
Thanks for flagging this @codeblooded1729 ; @weikengchen can you handle that? |
Yes---I would need to do a pass. But if I remember correctly, this does not affect those two files as their ate loop counts are not hitting this corner case. |
Description
This PR changes the BLS12 and BW6 model's treatment of the ate pairing count. Otherwise, for certain input, it may fail.
closes: #459
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
Pending
section inCHANGELOG.md
Files changed
in the GitHub PR explorer