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