curve256 property

CurveFp curve256
final

Define a curve for the 256-bit prime field

Implementation

static final CurveFp curve256 = CurveFp(
  p: BigInt.parse(
      "115792089210356248762697446949407573530086143415290314195533631308867097853951"),
  a: BigInt.from(-3),
  b: BigInt.parse(
      "5AC635D8AA3A93E7B3EBBD55769886BC651D06B0CC53B0F63BCE3C3E27D2604B",
      radix: 16),
  h: BigInt.one,
);