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
    this
    (
    const ref CurveGFp curve
    ,
    const ref BigInt x
    ,
    const ref BigInt y
    )

Parameters

curve CurveGFp

the base curve

x BigInt

affine x coordinate

y BigInt

affine y coordinate

Meta