I wanted to use a bigger int-variable to calculate the ciphertext in RSA using the formulas c = (m^e)%n and m = (c^e)%n, because its certain that it would cause an overflow