I am fairly new to Python and am currently creating a "RSA Encryption" program to send Secret messages to peers. I have the program completed, but run into issues with computations. I keep getting an overflow error because the numbers I am trying to crunch are too large for native python. Unassigned 256 bit numbers would be my ideal case, however I am having issues finding a library that supports them.I have also read that you can compress numbers into a more manageable format, however I have no direction or thought on how to do that.
If you have any proposed solutions to my issue It would be greatly appreciated! thanks for your time!