Expand description
A library containing pow_mod function that is synonym to
num_bigint::BigUint::modpow
.
It was build as a part of modular_power project, which also contains a binary app that lanuches function on user input.
Functionsยง
- pow_mod
- Returns (self ^ exponent) mod modulus .