a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment
briandmyers  ·  4510 days ago  ·  link  ·    ·  parent  ·  post: A simple hexadecimal "bignum" library, in C.

Yes, I looked at GMP. Problem with that, is that it's very large, quite complex, and not-so-obvious in how to use it. This tiny amount of C code is easier to incorporate into a small embedded project - but it's probably nowhere near as fast as GMP would be.