-
Notifications
You must be signed in to change notification settings - Fork 270
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
Support prime fields with (64 * k)-bit modulus #509
Conversation
derive derive debug debug fix R fix assert fix assert fix assert debug mul fix debug fix test fix inv test debug debug debug debug carry carry carry next next next test square in place square in place square in place fix fix test show carry2 test the exact one test the exact one fix carry2 is right one bit lost understand the bit shift understand the bit shift shift remove debug remove debug info
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for looking into this! I left some questions.
Co-authored-by: Pratyush Mishra <[email protected]>
Let me do an explicit separation. |
Thanks, I will review this later today |
* applied recommended changes for pr #509 on original repository. * update doc comment and removed temporary unit test
This mostly looks good! The last thing to do would be to add a test case in |
Co-authored-by: Pratyush Mishra <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a note: as discussed this morning Pratyush will do a pass and likely a performance evaluation as well. The PR is ready from my side.
agreed. Co-authored-by: Pratyush Mishra <[email protected]>
Description
This PR removes the requirement that the top bit in a limb must be zero.
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 explorerN/A: