ProjectivAffinePoint.zero constructor

ProjectivAffinePoint.zero(
  1. CurveFp curve
)

Implementation

factory ProjectivAffinePoint.zero(CurveFp curve) {
  return ProjectivAffinePoint(curve, BigInt.zero, BigInt.zero);
}