|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for Mono.Math.BigInteger.ModulusRing:Public Member Functions | |
| ModulusRing (BigInteger modulus) | |
| void | BarrettReduction (BigInteger x) |
| BigInteger | Multiply (BigInteger a, BigInteger b) |
| BigInteger | Difference (BigInteger a, BigInteger b) |
| BigInteger | Pow (BigInteger a, BigInteger k) |
| BigInteger | Pow (uint b, BigInteger exp) |
| ModulusRing (BigInteger modulus) | |
| void | BarrettReduction (BigInteger x) |
| BigInteger | Multiply (BigInteger a, BigInteger b) |
| BigInteger | Difference (BigInteger a, BigInteger b) |
| BigInteger | Pow (BigInteger a, BigInteger k) |
| BigInteger | Pow (uint b, BigInteger exp) |
Private Attributes | |
| BigInteger | mod |
| BigInteger | constant |
Definition at line 967 of file BigInteger.cs.