generatorPallas property

ProjectiveECCPoint generatorPallas
final

Pallas generator point in affine form

Implementation

static final generatorPallas = ProjectiveECCPoint(
  curve: curvePallas,
  x: BigInt.parse(
    "1e5e95c2cfa5a43f1efdd299a91edc8eb5e629a0562fe31f89ae5cfb8e2a0112",
    radix: 16,
  ),
  y: BigInt.parse(
    "2d2c9f2e572c8dc6291b0200c938d8c58ece2fa2043614d0f2f76827f5fa4b48",
    radix: 16,
  ),
  z: BigInt.one,
  order: pallasOrder,
  generator: true,
);