PointGFp.this

Construct a point from its affine coordinates

  1. this(CurveGFp curve)
  2. this(PointGFp* other)
  3. this(CurveGFp curve, BigInt* x, BigInt* y)
    struct PointGFp
    public
    this
    (
    const ref CurveGFp curve
    ,
    const BigInt* x
    ,
    const BigInt* y
    )

Parameters

curve CurveGFp

the base curve

x BigInt*

affine x coordinate

y BigInt*

affine y coordinate

Meta