JubJubFq.zero constructor

JubJubFq.zero()

Implementation

factory JubJubFq.zero() {
  return JubJubFq([BigInt.zero, BigInt.zero, BigInt.zero, BigInt.zero]);
}