toCurve method

  1. @override
VestaIsoPoint toCurve()
override

Implementation

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