JubJubAffinePoint.generator constructor

JubJubAffinePoint.generator()

Implementation

factory JubJubAffinePoint.generator() {
  return JubJubAffinePoint(
    u: JubJubFq.fromRaw([
      BigInt.parse("0xe4b3d35df1a7adfe"),
      BigInt.parse("0xcaf55d1b29bf81af"),
      BigInt.parse("0x8b0f03ddd60a8187"),
      BigInt.parse("0x62edcbb8bf3787c8"),
    ]),
    v: JubJubFq.fromRaw([
      BigInt.parse("0x000000000000000b"),
      BigInt.parse("0x0000000000000000"),
      BigInt.parse("0x0000000000000000"),
      BigInt.parse("0x0000000000000000"),
    ]),
  );
}