secp256k1ConstModinfoScalar property

Secp256k1ModinvInfo get secp256k1ConstModinfoScalar

Implementation

static Secp256k1ModinvInfo get secp256k1ConstModinfoScalar =>
    Secp256k1ModinvInfo(
      modulus: Secp256k1ModinvSigned.constants([
        BigInt.parse("4598842128380346689"),
        BigInt.parse("3079181878673178862"),
        BigInt.from(-21),
        BigInt.zero,
        BigInt.from(256),
      ]),
      modulusInv: BigInt.parse("3815112494326173377"),
    );