generator224 property

ProjectiveECCPoint generator224
final

Define the generator point for the 224-bit prime field

Implementation

static final generator224 = ProjectiveECCPoint(
  curve: curve224,
  x: BigInt.parse(
    "B70E0CBD6BB4BF7F321390B94A03C1D356C21122343280D6115C1D21",
    radix: 16,
  ),
  y: BigInt.parse(
    "BD376388B5F723FB4C22DFE6CD4375A05A07476444D5819985007E34",
    radix: 16,
  ),
  z: BigInt.one,
  generator: true,
  order: BigInt.parse(
    "26959946667150639794667015087019625940457807714424391721682722368061",
  ),
);