Example #1
0
 public ECPoint(BigInteger x, BigInteger y, ECCurve curve)
 {
     X     = x;
     Y     = y;
     Curve = curve;
 }