G property

Secp256k1Ge get G

Implementation

static Secp256k1Ge get G => Secp256k1Ge.constants(
      BigInt.from(0x79be667e),
      BigInt.from(0xf9dcbbac),
      BigInt.from(0x55a06295),
      BigInt.from(0xce870b07),
      BigInt.from(0x029bfcdb),
      BigInt.from(0x2dce28d9),
      BigInt.from(0x59f2815b),
      BigInt.from(0x16f81798),
      BigInt.from(0x483ada77),
      BigInt.from(0x26a3c465),
      BigInt.from(0x5da4fbfc),
      BigInt.from(0x0e1108a8),
      BigInt.from(0xfd17b448),
      BigInt.from(0xa6855419),
      BigInt.from(0x9c47d08f),
      BigInt.from(0xfb10d4b8),
    );