Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fully qualified name: Std.Math.ExpModL
function ExpModL(expBase : BigInt, power : BigInt, modulus : BigInt) : BigInt
Summary
Returns an integer raised to a given power, with respect to a given modulus. I.e. (expBase^power) % modulus.