tiny-bignum-c icon indicating copy to clipboard operation
tiny-bignum-c copied to clipboard

Display in base-10?

Open ghost opened this issue 5 years ago • 3 comments

bignum_to_string appears to render a struct bn as hex rather than decimal; can we get a decimal option?

ghost avatar Apr 21 '21 22:04 ghost

@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

as-iotex avatar Apr 08 '22 16:04 as-iotex