cpp_weekly icon indicating copy to clipboard operation
cpp_weekly copied to clipboard

BigInt library review

Open lefticus opened this issue 3 years ago • 1 comments

https://twitter.com/BartoszLeoniak/status/1266528356935389188

https://github.com/kmdrGroch/BigintCPP

lefticus avatar Jun 23 '22 00:06 lefticus

I could also recommend GNU's gmpxx https://gmplib.org/manual/C_002b_002b-Interface-General I think it's quite complete and has some cryptographic oriented math functions already built in.

fcolecumberri avatar Aug 01 '22 18:08 fcolecumberri