proofGenerationKeyGenerator constant

JubJubPoint const proofGenerationKeyGenerator

Implementation

static const JubJubPoint proofGenerationKeyGenerator = JubJubPoint(
  u: JubJubFq.unsafe([
    Uint64.unsafe(1091586722, 2727143881),
    Uint64.unsafe(3294798952, 2744990670),
    Uint64.unsafe(3389730597, 2425659016),
    Uint64.unsafe(1153427952, 84874024),
  ]),
  v: JubJubFq.unsafe([
    Uint64.unsafe(1515726172, 873794376),
    Uint64.unsafe(2419982560, 2800321163),
    Uint64.unsafe(3048116986, 1692970710),
    Uint64.unsafe(764094844, 3957409639),
  ]),
  z: JubJubFq.unsafe([
    Uint64.unsafe(1, 4294967294),
    Uint64.unsafe(1485092858, 215042),
    Uint64.unsafe(2576109551, 3971764213),
    Uint64.unsafe(405057881, 2898593135),
  ]),
  t1: JubJubFq.unsafe([
    Uint64.unsafe(1091586722, 2727143881),
    Uint64.unsafe(3294798952, 2744990670),
    Uint64.unsafe(3389730597, 2425659016),
    Uint64.unsafe(1153427952, 84874024),
  ]),
  t2: JubJubFq.unsafe([
    Uint64.unsafe(1515726172, 873794376),
    Uint64.unsafe(2419982560, 2800321163),
    Uint64.unsafe(3048116986, 1692970710),
    Uint64.unsafe(764094844, 3957409639),
  ]),
);