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

Reimplement Felt::mul_mod and Felt::mod_inverse #15

Merged
merged 5 commits into from
Nov 22, 2023

Conversation

pefontana
Copy link
Collaborator

@pefontana pefontana commented Nov 14, 2023

Reimplement Felt::mul_mod and Felt::mod_inverse

Reimplements the Felt methods:

  • Felt::mul_mod
  • Felt::mod_inverse

Please add the labels corresponding to the type of changes your PR introduces:

  • Feature

Does this introduce a breaking change?

No

fixes : #11

@pefontana pefontana changed the title Modify mul mod Reimplement Felt::mul_mod and Felt::mod_inverse Nov 14, 2023
@pefontana pefontana marked this pull request as ready for review November 14, 2023 21:46
@pefontana pefontana requested a review from 0xLucqs November 16, 2023 21:51
@0xLucqs 0xLucqs merged commit eb69038 into starknet-io:main Nov 22, 2023
2 checks passed
@pefontana pefontana mentioned this pull request Nov 24, 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
4 participants