WORKED DEFAULT
Check the calculation with the default inputs
For 7^128 modulo 13, repeated squaring and reduction return the exact residue 3 without constructing 7^128.
- Normalize the base7 mod 13 = 7
- Square and reduceProcess binary exponent 128
- Read residue7^128 mod 13 = 3