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