Property | Type | Description | |
---|---|---|---|
X | |||
Y |
Method | Description | |
---|---|---|
ECPoint ( |
||
ECPoint ( ECPoint p ) : Granados.Crypto | ||
Parse ( byte data, |
Parses an elliptic curve point.
|
|
ParseUncompressed ( byte data ) : ECPoint |
Parses an elliptic curve point stored in the uncompressed form. Note that this method doesn't check consistency or validity of the values. |
Method | Description | |
---|---|---|
IsZero ( byte data ) : bool |
public ECPoint ( |
||
x | ||
y | ||
return | Granados.Crypto |
public ECPoint ( ECPoint p ) : Granados.Crypto | ||
p | ECPoint | |
return | Granados.Crypto |
public static Parse ( byte data, |
||
data | byte | octet data |
ec | elliptic curve domain parameters | |
p | ECPoint | an elliptic curve point object |
return | bool |
public static ParseUncompressed ( byte data ) : ECPoint | ||
data | byte | octet data |
return | ECPoint |