curve192 property

CurveFp curve192
final

Define a curve for the 192-bit prime field

Implementation

static final curve192 = CurveFp(
  p: BigInt.parse(
      "6277101735386680763835789423207666416083908700390324961279"),
  a: BigInt.from(-3),
  b: BigInt.parse(
      "2455155546008943817740293915197451784769108058161191238065"),
  h: BigInt.one,
);