Property | Type | Description | |
---|---|---|---|
Size | int |
Method | Description | |
---|---|---|
CompareTo ( |
||
DecodePoint ( Array encoded, NeoGasLibrary.Cryptography.ECCurve curve ) : |
||
DeserializeFrom ( BinaryReader reader, NeoGasLibrary.Cryptography.ECCurve curve ) : |
||
ECPoint ( ) : System | ||
EncodePoint ( bool commpressed ) : byte[] | ||
Equals ( |
||
Equals ( object obj ) : bool | ||
FromBytes ( Array pubkey, NeoGasLibrary.Cryptography.ECCurve curve ) : |
||
GetHashCode ( ) : int | ||
ReverseSecure ( Array arr ) : byte[] | ||
operator ( ) : |
Method | Description | |
---|---|---|
DecompressPoint ( int yTilde, BigInteger X1, NeoGasLibrary.Cryptography.ECCurve curve ) : |
||
ECPoint ( |
||
Multiply ( |
public static DecodePoint ( Array encoded, NeoGasLibrary.Cryptography.ECCurve curve ) : |
||
encoded | Array | |
curve | NeoGasLibrary.Cryptography.ECCurve | |
return |
public static DeserializeFrom ( BinaryReader reader, NeoGasLibrary.Cryptography.ECCurve curve ) : |
||
reader | BinaryReader | |
curve | NeoGasLibrary.Cryptography.ECCurve | |
return |
public EncodePoint ( bool commpressed ) : byte[] | ||
commpressed | bool | |
return | byte[] |
public static FromBytes ( Array pubkey, NeoGasLibrary.Cryptography.ECCurve curve ) : |
||
pubkey | Array | |
curve | NeoGasLibrary.Cryptography.ECCurve | |
return |
public static ReverseSecure ( Array arr ) : byte[] | ||
arr | Array | |
return | byte[] |