|
static BigInteger | AddSameSign (BigInteger bi1, BigInteger bi2) |
|
static BigInteger | Subtract (BigInteger big, BigInteger small) |
|
static void | MinusEq (BigInteger big, BigInteger small) |
|
static void | PlusEq (BigInteger bi1, BigInteger bi2) |
|
static BigInteger.Sign | Compare (BigInteger bi1, BigInteger bi2) |
|
static uint | SingleByteDivideInPlace (BigInteger n, uint d) |
|
static uint | DwordMod (BigInteger n, uint d) |
|
static BigInteger[] | DwordDivMod (BigInteger n, uint d) |
|
static BigInteger[] | multiByteDivide (BigInteger bi1, BigInteger bi2) |
|
static BigInteger | LeftShift (BigInteger bi, int n) |
|
static BigInteger | RightShift (BigInteger bi, int n) |
|
static void | Multiply (uint[] x, uint xOffset, uint xLen, uint[] y, uint yOffset, uint yLen, uint[] d, uint dOffset) |
|
static void | MultiplyMod2p32pmod (uint[] x, int xOffset, int xLen, uint[] y, int yOffest, int yLen, uint[] d, int dOffset, int mod) |
|
static uint | modInverse (BigInteger bi, uint modulus) |
|
static BigInteger | modInverse (BigInteger bi, BigInteger modulus) |
|
static BigInteger | AddSameSign (BigInteger bi1, BigInteger bi2) |
|
static BigInteger | Subtract (BigInteger big, BigInteger small) |
|
static void | MinusEq (BigInteger big, BigInteger small) |
|
static void | PlusEq (BigInteger bi1, BigInteger bi2) |
|
static BigInteger.Sign | Compare (BigInteger bi1, BigInteger bi2) |
|
static uint | SingleByteDivideInPlace (BigInteger n, uint d) |
|
static uint | DwordMod (BigInteger n, uint d) |
|
static BigInteger[] | DwordDivMod (BigInteger n, uint d) |
|
static BigInteger[] | multiByteDivide (BigInteger bi1, BigInteger bi2) |
|
static BigInteger | LeftShift (BigInteger bi, int n) |
|
static BigInteger | RightShift (BigInteger bi, int n) |
|
static BigInteger | MultiplyByDword (BigInteger n, uint f) |
|
static void | Multiply (uint[] x, uint xOffset, uint xLen, uint[] y, uint yOffset, uint yLen, uint[] d, uint dOffset) |
|
static void | MultiplyMod2p32pmod (uint[] x, int xOffset, int xLen, uint[] y, int yOffest, int yLen, uint[] d, int dOffset, int mod) |
|
static uint | modInverse (BigInteger bi, uint modulus) |
|
static BigInteger | modInverse (BigInteger bi, BigInteger modulus) |
|
Definition at line 1208 of file BigInteger.cs.