generatorEd448 property

EDPoint generatorEd448
final

Define the generator point for Ed448

Implementation

static final generatorEd448 = EDPoint(
  curve: curveEd448,
  generator: true,
  order: BigInt.parse(
      "181709681073901722637330951972001133588410340171829515070372549795146003961539585716195755291692375963310293709091662304773755859649779"),
  x: BigInt.parse(
      "224580040295924300187604334099896036246789641632564134246125461686950415467406032909029192869357953282578032075146446173674602635247710"),
  y: BigInt.parse(
      "298819210078481492676017930443930673437544040154080242095928241372331506189835876003536878655418784733982303233503462500531545062832660"),
  z: BigInt.one,
  t: BigInt.parse(
      "566053928361835949852834778149687438525473724399248069152339054586912418998433999863114841018499380965114687248170942704967194566956531"),
);