proofGenerationKeyGeneratorNative property

JubJubNativePoint get proofGenerationKeyGeneratorNative

Implementation

static JubJubNativePoint get proofGenerationKeyGeneratorNative =>
    JubJubAffineNativePoint(
      u: JubJubNativeFq.nP(
        BigInt.parse(
          "9201111513613159952332790701602097324772839388200533360387436201225747309937",
        ),
      ),
      v: JubJubNativeFq.nP(
        BigInt.parse(
          "38317288103109448611012419043659719984035489099661802521426844652233060903143",
        ),
      ),
    ).toExtended();