The remainder when a^b is divided by n
3^17 mod 25 = 13
Next stepModular exponentiation is the core operation in RSA encryption, Diffie-Hellman key exchange, and primality tests like the Miller-Rabin test.