toCurve method

  1. @override
PallasNativePoint toCurve()
override

Implementation

@override
PallasNativePoint toCurve() {
  return PallasNativePoint(
    x: x,
    y: y,
    z: isIdentity() ? PallasNativeFp.zero() : PallasNativeFp.one(),
  );
}