orchardBindingSigBasepoint property

PallasPoint get orchardBindingSigBasepoint

Implementation

static PallasPoint get orchardBindingSigBasepoint =>
    PallasAffinePoint(
      x: PallasFp([
        BigInt.parse("2845817119958416836"),
        BigInt.parse("9164760055157252168"),
        BigInt.parse("17374653478061863198"),
        BigInt.parse("1858716823038486356"),
      ]),
      y: PallasFp([
        BigInt.parse("5358554816547260529"),
        BigInt.parse("12651796841123479157"),
        BigInt.parse("5360682003649880277"),
        BigInt.parse("3717404296076135847"),
      ]),
    ).toCurve();