We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bignum_to_string appears to render a struct bn as hex rather than decimal; can we get a decimal option?
bignum_to_string
struct bn
The text was updated successfully, but these errors were encountered:
@kokke How difficult would it be to implement printing as decimal? I am also interested in this functionality. I am not 100% sure on how to do it but I would not mind giving it a try. Does the method indicated below look correct? https://stackoverflow.com/questions/8023414/how-to-convert-a-128-bit-integer-to-a-decimal-ascii-string-in-c
Sorry, something went wrong.
@kokke any update or plan for implementation? or it wil be discarded
No branches or pull requests
bignum_to_string
appears to render astruct bn
as hex rather than decimal; can we get a decimal option?The text was updated successfully, but these errors were encountered: