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