|
| | BigInteger (BigInteger.Sign sign, uint len) |
| |
| | BigInteger (BigInteger bi) |
| |
| | BigInteger (BigInteger bi, uint len) |
| |
| | BigInteger (byte[] inData) |
| |
| | BigInteger (uint ui) |
| |
| int | BitCount () |
| |
| bool | TestBit (int bitNum) |
| |
| void | SetBit (uint bitNum) |
| |
| void | SetBit (uint bitNum, bool value) |
| |
| int | LowestSetBit () |
| |
| byte[] | GetBytes () |
| |
| string | ToString (uint radix) |
| |
| string | ToString (uint radix, string characterSet) |
| |
| void | Clear () |
| |
| override int | GetHashCode () |
| |
| override string | ToString () |
| |
| override bool | Equals (object o) |
| |
| BigInteger | ModInverse (BigInteger modulus) |
| |
| BigInteger | ModPow (BigInteger exp, BigInteger n) |
| |
| void | Incr2 () |
| |
| | BigInteger (BigInteger.Sign sign, uint len) |
| |
| | BigInteger (BigInteger bi) |
| |
| | BigInteger (BigInteger bi, uint len) |
| |
| | BigInteger (byte[] inData) |
| |
| | BigInteger (uint ui) |
| |
| void | Randomize (global::System.Security.Cryptography.RandomNumberGenerator rng) |
| |
| void | Randomize () |
| |
| int | BitCount () |
| |
| bool | TestBit (uint bitNum) |
| |
| bool | TestBit (int bitNum) |
| |
| void | SetBit (uint bitNum) |
| |
| void | SetBit (uint bitNum, bool value) |
| |
| int | LowestSetBit () |
| |
| byte[] | GetBytes () |
| |
| string | ToString (uint radix) |
| |
| string | ToString (uint radix, string characterSet) |
| |
| void | Clear () |
| |
| override int | GetHashCode () |
| |
| override string | ToString () |
| |
| override bool | Equals (object o) |
| |
| BigInteger | ModInverse (BigInteger modulus) |
| |
| BigInteger | ModPow (BigInteger exp, BigInteger n) |
| |
| bool | IsProbablePrime () |
| |
| void | Incr2 () |
| |
|
| static implicit | operator BigInteger (uint value) |
| |
| static implicit | operator BigInteger (int value) |
| |
| static BigInteger | operator+ (BigInteger bi1, BigInteger bi2) |
| |
| static BigInteger | operator- (BigInteger bi1, BigInteger bi2) |
| |
| static uint | operator% (BigInteger bi, uint ui) |
| |
| static BigInteger | operator% (BigInteger bi1, BigInteger bi2) |
| |
| static BigInteger | operator/ (BigInteger bi1, BigInteger bi2) |
| |
| static BigInteger | operator* (BigInteger bi1, BigInteger bi2) |
| |
| static BigInteger | operator<< (BigInteger bi1, int shiftVal) |
| |
| static BigInteger | operator>> (BigInteger bi1, int shiftVal) |
| |
| static BigInteger | GenerateRandom (int bits, RandomNumberGenerator rng) |
| |
| static BigInteger | GenerateRandom (int bits) |
| |
| static bool | operator== (BigInteger bi1, uint ui) |
| |
| static bool | operator!= (BigInteger bi1, uint ui) |
| |
| static bool | operator== (BigInteger bi1, BigInteger bi2) |
| |
| static bool | operator!= (BigInteger bi1, BigInteger bi2) |
| |
| static bool | operator> (BigInteger bi1, BigInteger bi2) |
| |
| static bool | operator< (BigInteger bi1, BigInteger bi2) |
| |
| static bool | operator>= (BigInteger bi1, BigInteger bi2) |
| |
| static bool | operator<= (BigInteger bi1, BigInteger bi2) |
| |
| static BigInteger | GeneratePseudoPrime (int bits) |
| |
| static implicit | operator BigInteger (uint value) |
| |
| static implicit | operator BigInteger (int value) |
| |
| static BigInteger | operator+ (BigInteger bi1, BigInteger bi2) |
| |
| static BigInteger | operator- (BigInteger bi1, BigInteger bi2) |
| |
| static uint | operator% (BigInteger bi, uint ui) |
| |
| static BigInteger | operator% (BigInteger bi1, BigInteger bi2) |
| |
| static BigInteger | operator/ (BigInteger bi1, BigInteger bi2) |
| |
| static BigInteger | operator* (BigInteger bi1, BigInteger bi2) |
| |
| static BigInteger | operator* (BigInteger bi, int i) |
| |
| static BigInteger | operator<< (BigInteger bi1, int shiftVal) |
| |
| static BigInteger | operator>> (BigInteger bi1, int shiftVal) |
| |
| static BigInteger | GenerateRandom (int bits, global::System.Security.Cryptography.RandomNumberGenerator rng) |
| |
| static BigInteger | GenerateRandom (int bits) |
| |
| static bool | operator== (BigInteger bi1, uint ui) |
| |
| static bool | operator!= (BigInteger bi1, uint ui) |
| |
| static bool | operator== (BigInteger bi1, BigInteger bi2) |
| |
| static bool | operator!= (BigInteger bi1, BigInteger bi2) |
| |
| static bool | operator> (BigInteger bi1, BigInteger bi2) |
| |
| static bool | operator< (BigInteger bi1, BigInteger bi2) |
| |
| static bool | operator>= (BigInteger bi1, BigInteger bi2) |
| |
| static bool | operator<= (BigInteger bi1, BigInteger bi2) |
| |
| static BigInteger | GeneratePseudoPrime (int bits) |
| |
Definition at line 13 of file BigInteger.cs.