curveSecp256k1 property

CurveFp curveSecp256k1
final

Define a curve for Secp256k1 elliptic cryptography

Implementation

static final curveSecp256k1 = CurveFp(
  p: BigInt.parse(
      "115792089237316195423570985008687907853269984665640564039457584007908834671663"),
  a: BigInt.zero,
  b: BigInt.from(7),
  h: BigInt.one,
);