2 references to Pow
System.Runtime.Numerics (2)
System\Numerics\BigInteger.cs (1)
1019
BigIntegerCalculator.
Pow
(value._bits!, exponent._bits!, modulus._bits!, bits);
System\Numerics\BigIntegerCalculator.PowMod.cs (1)
254
Pow
(value != 0U ? new ReadOnlySpan<uint>(in value) : default, power, modulus, bits);