Method | Description | |
---|---|---|
BitLength ( this i ) : int | ||
GetBitcoinAddress ( this publicKey, bool compressed = true ) : string | ||
HexToBigInteger ( this s ) : System.Numerics.BigInteger | ||
HexToBytes ( this s ) : byte[] | ||
ModInverse ( this n, System.Numerics.BigInteger p ) : System.Numerics.BigInteger | ||
Order ( this b, System.Numerics.BigInteger p ) : System.Numerics.BigInteger | ||
ShanksSqrt ( this a, System.Numerics.BigInteger p ) : System.Numerics.BigInteger | ||
TestBit ( this i, int n ) : bool | ||
ToBigInteger ( this bytes, bool bigEndian ) : System.Numerics.BigInteger | ||
ToBigIntegerUnsigned ( this bytes, bool bigEndian ) : System.Numerics.BigInteger | ||
ToByteArrayUnsigned ( this i, bool bigEndian ) : byte[] | ||
ToHex ( this b ) : string |
Method | Description | |
---|---|---|
FindE ( System.Numerics.BigInteger p ) : System.Numerics.BigInteger | ||
FindS ( System.Numerics.BigInteger p ) : System.Numerics.BigInteger | ||
TwoExp ( System.Numerics.BigInteger e ) : System.Numerics.BigInteger |
public static GetBitcoinAddress ( this publicKey, bool compressed = true ) : string | ||
publicKey | this | |
compressed | bool | |
return | string |
public static HexToBigInteger ( this s ) : System.Numerics.BigInteger | ||
s | this | |
return | System.Numerics.BigInteger |
public static ModInverse ( this n, System.Numerics.BigInteger p ) : System.Numerics.BigInteger | ||
n | this | |
p | System.Numerics.BigInteger | |
return | System.Numerics.BigInteger |
public static Order ( this b, System.Numerics.BigInteger p ) : System.Numerics.BigInteger | ||
b | this | |
p | System.Numerics.BigInteger | |
return | System.Numerics.BigInteger |
public static ShanksSqrt ( this a, System.Numerics.BigInteger p ) : System.Numerics.BigInteger | ||
a | this | |
p | System.Numerics.BigInteger | |
return | System.Numerics.BigInteger |
public static TestBit ( this i, int n ) : bool | ||
i | this | |
n | int | |
return | bool |
public static ToBigInteger ( this bytes, bool bigEndian ) : System.Numerics.BigInteger | ||
bytes | this | |
bigEndian | bool | |
return | System.Numerics.BigInteger |
public static ToBigIntegerUnsigned ( this bytes, bool bigEndian ) : System.Numerics.BigInteger | ||
bytes | this | |
bigEndian | bool | |
return | System.Numerics.BigInteger |
public static ToByteArrayUnsigned ( this i, bool bigEndian ) : byte[] | ||
i | this | |
bigEndian | bool | |
return | byte[] |