generator192 property
Define the generator point for the 192-bit prime field
Implementation
static final generator192 = ProjectiveECCPoint(
curve: curve192,
x: BigInt.parse(
"602046282375688656758213480587526111916698976636884684818"),
y: BigInt.parse(
"174050332293622031404857552280219410364023488927386650641"),
z: BigInt.one,
order: BigInt.parse(
"6277101735386680763835789423176059013767194773182842284081"),
generator: true);