EdwardsPoint constructor

EdwardsPoint(
  1. FieldElement _x,
  2. FieldElement _y,
  3. FieldElement _z,
  4. FieldElement _t,
)

Implementation

EdwardsPoint(this._x, this._y, this._z, this._t);