minusB2 property

Secp256k1Scalar get minusB2

Implementation

static Secp256k1Scalar get minusB2 => Secp256k1Scalar.constants(
  BigInt.from(0xFFFFFFFF),
  BigInt.from(0xFFFFFFFF),
  BigInt.from(0xFFFFFFFF),
  BigInt.from(0xFFFFFFFE),
  BigInt.from(0x8A280AC5),
  BigInt.from(0x0774346D),
  BigInt.from(0xD765CDA8),
  BigInt.from(0x3DB1562C),
);