generatorED25519 property

EDPoint generatorED25519
final

Define the generator point for Ed25519

Implementation

static final generatorED25519 = EDPoint(
  curve: curveEd25519,
  x: BigInt.parse(
    "15112221349535400772501151409588531511454012693041857206046113283949847762202",
  ),
  y: BigInt.parse(
    "46316835694926478169428394003475163141307993866256225615783033603165251855960",
  ),
  z: BigInt.one,
  t: BigInt.parse(
    "46827403850823179245072216630277197565144205554125654976674165829533817101731",
  ),
  order: BigInt.parse(
    "7237005577332262213973186563042994240857116359379907606001950938285454250989",
  ),
  generator: true,
);