const basePoint: Secp256k1 = .{ .x = Fe.fromInt(55066263022277343669578718895168534326250603453777594175500187360389116729240) catch unreachable, .y = Fe.fromInt(32670510020758816978083085130507043184471273380659243275938904335757337482424) catch unreachable, .z = Fe.one, .is_base = true };

The secp256k1 base point.