-
Notifications
You must be signed in to change notification settings - Fork 41
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
Implement felt to bigint functions #23
Conversation
Since we now have the types in the same crate, would it make sense to implement the |
Maybe something like |
Sure @LucasLvy ! |
Implement felt to bigint functions
Since various crates have to work with BigInts and BigUints operations, here we implement some Felt to BigInt and Biguint conversions.
Does this introduce a breaking change?
No