toCurve method

  1. @override
VestaPoint toCurve()
override

Implementation

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