Groups
Category
The discrete logarithm problem asks for x such that g^x โก h (mod p) in a multiplicative group modulo a prime p.
MillerโRabin is a fast primality test that uses modular exponentiation to detect compositeness with very high reliability.