summaryrefslogtreecommitdiff
path: root/src/BigInt.cc
AgeCommit message (Expand)Author
2014-05-30Fixing BigInt::isPrime.Nicolas "Pixel" Noble
2014-05-30Hardened Base64, making tomcrypt to properly generate secure random numbers u...Nicolas "Pixel" Noble
2013-12-25Making the necessary changes to get libtommath, libtomcrypt and BigInt to com...Nicolas "Pixel" Noble
2013-08-12Correcting the BigInt-to-int conversions a bit.Nicolas Noble
2013-08-12Fixing a few more things, added BigInt to ints conversions, and added the 64 ...Nicolas Noble
2013-08-12Normalizing the neg syntax, and adding the import / export calls.Nicolas "Pixel" Noble
2013-08-11Forgot isPrime implementation.Nicolas "Pixel" Noble
2013-08-11Forgot the decimal versions of the comparators.Nicolas "Pixel" Noble
2013-08-11Finishing up the BigInt class.Nicolas "Pixel" Noble
2013-08-11Adding BigInts, based off libtomcrypto / libtommath.Nicolas "Pixel" Noble