EllipticCurvePoint constructor

EllipticCurvePoint(
  1. BigInt x,
  2. BigInt y
)

Implementation

EllipticCurvePoint(this.x, this.y);