Ejemplo n.º 1
0
 public static ECPoint Parse(string value, ECCurve curve)
 {
     return(DecodePoint(value.FromHexString(), curve));
 }
Ejemplo n.º 2
0
 public static ECPoint Parse(string value, ECCurve curve)
 {
     return(DecodePoint(value.HexToBytes(), curve));
 }