orchardSpendAuthSigBasepoint property

PallasPoint get orchardSpendAuthSigBasepoint

Implementation

static PallasPoint get orchardSpendAuthSigBasepoint =>
    PallasAffinePoint(
      x: PallasFp([
        BigInt.parse("5264466673313547928"),
        BigInt.parse("10333203565794581066"),
        BigInt.parse("9965125688782365053"),
        BigInt.parse("1191378874554977547"),
      ]),
      y: PallasFp([
        BigInt.parse("16613790901992704663"),
        BigInt.parse("2660772978433416708"),
        BigInt.parse("8778179246636635677"),
        BigInt.parse("935550387939465227"),
      ]),
    ).toCurve();