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