[Tutor] Is there a Big Integer Class in Python?

Satya Luzy wuzzyluzy at gmail.com
Tue Dec 22 05:05:06 EST 2015


I'm currently making a cryptanalysis program that involves up to 150
integer digits.
The number will be used for multiplication and exponentiation purpose.
So, do I need to use something like a big integer class? or does that even
exist?

Thank you,

Python learner


More information about the Tutor mailing list