JubJubAffineNielsPoint.identity constructor
JubJubAffineNielsPoint.identity()
Implementation
factory JubJubAffineNielsPoint.identity() {
return JubJubAffineNielsPoint(
vPlusU: JubJubFq.one(),
vMinusU: JubJubFq.one(),
t2d: JubJubFq.zero(),
);
}