-
Notifications
You must be signed in to change notification settings - Fork 207
introduce mp_set_sint and mp_set_uint functions with precise types #285
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
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.
You did know that I would insist on documentation, didn't you? ;-)
But otherwise: yepp!
Tests are also missing. Maybe I have time later today to fix those things. EDIT: Btw. I changed the names again to be more in line with what tommath looks now. @czurnieden are you ok with it? |
@czurnieden Updated docs + tests |
@czurnieden Ok now? |
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.
Ok now?
Yepp.
At least I couldn't find more ;-)
@sjaeckel There you go |
@sjaeckel I made another proposal, Maybe also use i32/u32 then for shorter names? |
that looks very good now! I like it |
Thanks |
This is a bit of a compromise now.
Why are these changes needed?