PreComputedGroupElement.fromList constructor

PreComputedGroupElement.fromList(
  1. FieldElement ypx,
  2. FieldElement ymx,
  3. FieldElement xy2d
)

Implementation

PreComputedGroupElement.fromList(
    FieldElement ypx, FieldElement ymx, FieldElement xy2d) {
  yPlusX = ypx;
  yMinusX = ymx;
  this.xy2d = xy2d;
}