JubJubNielsPoint.identity constructor

JubJubNielsPoint.identity()

Implementation

factory JubJubNielsPoint.identity() {
  return JubJubNielsPoint(
    vPlusU: JubJubFq.one(),
    vMinusU: JubJubFq.one(),
    z: JubJubFq.one(),
    t2d: JubJubFq.zero(),
  );
}