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