ExpModL function

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.