Skip to main content
Module power
use_
modular
0.0.6
Module power
Module Items
Functions
In crate use_
modular
use_modular
Module
power
Copy item path
Source
Expand description
Modular exponentiation helpers.
Functions
ยง
mod_pow
Computes
base.pow(exponent) mod modulus
using exponentiation by squaring.