-
Notifications
You must be signed in to change notification settings - Fork 13
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
Lambdaworks wrapper #13
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good!
I think we should add a FromHex
method, as with this api we can only create a Felt from uint64
In addition to this. a method "from string" would be really useful too. |
More expressive method name. Co-authored-by: fmoletta <[email protected]>
Co-authored-by: fmoletta <[email protected]>
….go into lambdaworks-wrapper
- Felt function to add multiple felts at the same time.
- Felt function to sub multiple felts at the same time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 🚀 , left small suggestion
No description provided.