GroupElementP3 constructor

GroupElementP3()

Implementation

factory GroupElementP3() => GroupElementP3.uncheck(
  x: FieldElement(),
  y: FieldElement(),
  z: FieldElement(),
  t: FieldElement(),
);