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

Remove Fellt::inverse_mod method #14

Closed
wants to merge 1 commit into from

Conversation

pefontana
Copy link
Collaborator

@pefontana pefontana commented Nov 10, 2023

Remove Fellt::inverse_mod method

  • Remove Fellt::inverse_mod method, because it causes some confusion to the users. In case any user want to make this computation it can make it with Felt.inverse().unwrap().mod_floor(p)

  • Fix Fellt::mul_mod documentation

closes #11

@pefontana
Copy link
Collaborator Author

pefontana commented Nov 14, 2023

Replaced with #15

@pefontana pefontana closed this Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: inverse_mod returns invalid value
1 participant