public static ECPoint Parse(string value, ECCurve curve) { return(DecodePoint(value.FromHexString(), curve)); }
public static ECPoint Parse(string value, ECCurve curve) { return(DecodePoint(value.HexToBytes(), curve)); }