GroupElementP1P1.uncheck constructor

const GroupElementP1P1.uncheck({
  1. required FieldElement x,
  2. required FieldElement y,
  3. required FieldElement z,
  4. required FieldElement t,
})

Implementation

const GroupElementP1P1.uncheck(
    {required this.x, required this.y, required this.z, required this.t});