We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
modular_inverse
recip
Note, we will need to add the constraint prime n to div_mod if we do this.
prime n
div_mod
suggestion: If you're not trying to match a spec, you can also call the built-in recip function here.
Originally posted by @marsella in #23 (comment)
The text was updated successfully, but these errors were encountered:
I'm going to hold off on this one until the rest of the Cryptol work is done, since this is just a nice to have.
Sorry, something went wrong.
No branches or pull requests
Note, we will need to add the constraint
prime n
todiv_mod
if we do this.suggestion: If you're not trying to match a spec, you can also call the built-in
recip
function here.Originally posted by @marsella in #23 (comment)
The text was updated successfully, but these errors were encountered: