Fast power modulus calculation for BigInt operands.
Parameters
base | the BigInt is basic operands. |
exponent | the BigInt is power exponent of base. |
modulus | the BigInt is modules to be modular of base ^ exponent. |
Returns
The power modulus value of (base ^ exponent) % modulus.