-
Notifications
You must be signed in to change notification settings - Fork 68
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
Feature: expose rem_euclid functions and add 128/256 bit conversions #1102
Conversation
|
f3b3c3b
to
d228311
Compare
cc: @dmkozh Doesn't seem to let me add reviewers. Would you mind adding them for me? |
d228311
to
f396c2a
Compare
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.
One thing to consider about conversion conventions. I removed the PR from the queue for this to be considered.
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.
What
Expose the
rem_euclid
functions added to the host in Feature: Exposerem_euclid
functions on 256 bit numbers rs-soroban-env#1091Add 128 bit to/from 256 bit helper functions
Why
Context in env PR here: stellar/rs-soroban-env#1091
Known limitations
None
TODO: