-
Notifications
You must be signed in to change notification settings - Fork 56
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
Int
- inv_mod
#737
Int
- inv_mod
#737
Conversation
As needed for #737. This uses a shape similar to the `MulMod` trait.
eb2c00a
to
2d6fddb
Compare
@tarcieri, I rebased and think this PR is ready to be merged. Please have a look. Note: I could not make |
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.
Will merge this for now with potential followup for making it const fn
You'd need to add a |
Introduces the
Int::inv_mod
operation.Replaces #727