Expand description
Extended mathematical operations.
-
Greatest common divisor of 2 numbers using the Euclidean algorithm.
-
Modular exponentation. Calculates bᵉ mod m efficiently using exponentiation by squaring.
-
Modular multiplicative inverse calculated using the extended Euclidean algorithm.