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

feat: add checked add/mul/sub #108

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tdelabro
Copy link
Collaborator

What is the current behavior?

Checked operation traits are not available for Felt.

What is the new behavior?

Following traits are implemented

  • CheckedAdd
  • CheckedMul
  • CheckedSub

Does this introduce a breaking change?

No

Other information

It would make sense to impl CheckedDiv too. But the trait requires that Div be implemented. Something we chose to not do so far. It may be worth reconsidering this.

@tdelabro tdelabro added the enhancement New feature or request label Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant