orchardSpendAuthSigBasepointNative property

PallasNativePoint get orchardSpendAuthSigBasepointNative

Implementation

static PallasNativePoint get orchardSpendAuthSigBasepointNative =>
    PallasAffineNativePoint(
      x: PallasNativeFp.nP(
        BigInt.parse(
          "25027635063850382358429654596649554085117301901282348152423547104939793041763",
        ),
      ),
      y: PallasNativeFp.nP(
        BigInt.parse(
          "12128007492603938773365931378340937928001494939630793217712875072231079427017",
        ),
      ),
    ).toCurve();