AffinePointt constructor

AffinePointt(
  1. CurveFp curve,
  2. BigInt x,
  3. BigInt y, {
  4. BigInt? order,
})

Implementation

AffinePointt(this.curve, this.x, this.y, {this.order});