Method | Description | |
---|---|---|
Add ( |
||
Clone ( ) : object | ||
DecodePoint ( byte encoded ) : |
||
ECPoint ( System.Numerics.BigInteger x, System.Numerics.BigInteger y ) : System | ||
ECPoint ( System.Numerics.BigInteger x, System.Numerics.BigInteger y, bool isInfinity ) : System | ||
EncodePoint ( bool compressed ) : byte[] | ||
Multiply ( System.Numerics.BigInteger b ) : |
||
Negate ( ) : |
||
Subtract ( |
||
Twice ( ) : |
Method | Description | |
---|---|---|
ECPoint ( ) : System |
public static DecodePoint ( byte encoded ) : |
||
encoded | byte | |
return |
public ECPoint ( System.Numerics.BigInteger x, System.Numerics.BigInteger y ) : System | ||
x | System.Numerics.BigInteger | |
y | System.Numerics.BigInteger | |
return | System |
public ECPoint ( System.Numerics.BigInteger x, System.Numerics.BigInteger y, bool isInfinity ) : System | ||
x | System.Numerics.BigInteger | |
y | System.Numerics.BigInteger | |
isInfinity | bool | |
return | System |
public EncodePoint ( bool compressed ) : byte[] | ||
compressed | bool | |
return | byte[] |
public Multiply ( System.Numerics.BigInteger b ) : |
||
b | System.Numerics.BigInteger | |
return |