Skip to main content

One doc tagged with "Exponentiation"

View all tags

Modular Exponentiation Algorithm

Modular Exponentiation is an algorithm used to efficiently compute large powers modulo a number, using a technique called exponentiation by squaring.