toCurve method
Implementation
@override
VestaPoint toCurve() {
return VestaPoint(
x: x,
y: y,
z: VestaFq.conditionalSelect(VestaFq.one(), VestaFq.zero(), isIdentity()),
);
}
@override
VestaPoint toCurve() {
return VestaPoint(
x: x,
y: y,
z: VestaFq.conditionalSelect(VestaFq.one(), VestaFq.zero(), isIdentity()),
);
}