spendAuthGenerator property

JubJubAffinePoint get spendAuthGenerator

Implementation

static JubJubAffinePoint get spendAuthGenerator => JubJubAffinePoint(
  u: JubJubFq([
    BigInt.parse("11523136253062974710"),
    BigInt.parse("1565710093821875141"),
    BigInt.parse("9772861389303152376"),
    BigInt.parse("789406954895279390"),
  ]),
  v: JubJubFq([
    BigInt.parse("18114344539046435414"),
    BigInt.parse("8643525643390539237"),
    BigInt.parse("9759478803715485369"),
    BigInt.parse("7916771090361405495"),
  ]),
);