G1AffinePoint.generator constructor

G1AffinePoint.generator()

Implementation

factory G1AffinePoint.generator() => G1AffinePoint(
  x: Bls12Fp([
    BigInt.parse('0x5cb38790fd530c16'),
    BigInt.parse('0x7817fc679976fff5'),
    BigInt.parse('0x154f95c7143ba1c1'),
    BigInt.parse('0xf0ae6acdf3d0e747'),
    BigInt.parse('0xedce6ecc21dbf440'),
    BigInt.parse('0x120177419e0bfb75'),
  ]),
  y: Bls12Fp([
    BigInt.parse('0xbaac93d50ce72271'),
    BigInt.parse('0x8c22631a7918fd8e'),
    BigInt.parse('0xdd595f13570725ce'),
    BigInt.parse('0x51ac582950405194'),
    BigInt.parse('0x0e1c8c3fad0059c0'),
    BigInt.parse('0x0bbc3efc5008a26a'),
  ]),
  infinity: false,
);