curve224 property

CurveFp curve224
final

Define a curve for the 224-bit prime field

Implementation

static final curve224 = CurveFp(
  p: BigInt.parse(
      "26959946667150639794667015087019630673557916260026308143510066298881"),
  a: BigInt.from(-3),
  b: BigInt.parse("B4050A850C04B3ABF54132565044B0B7D7BFD8BA270B39432355FFB4",
      radix: 16),
  h: BigInt.one,
);