crypto/elliptic.CurveParams.Gx (field)

6 uses

	crypto/elliptic (current package)
		nistec.go#L25: 		Gx: bigFromHex("b70e0cbd6bb4bf7f321390b94a03c1d356c21122343280d6115c1d21"),
		nistec.go#L46: 		Gx: bigFromHex("6b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c296"),
		nistec.go#L66: 		Gx: bigFromHex("aa87ca22be8b05378eb1c71ef320ad746e1d3b628ba79b9859f741" +
		nistec.go#L91: 		Gx: bigFromHex("00c6858e06b70404e9cd9e3ecb662395b4429c648139053fb521f8" +
		params.go#L19: 	Gx, Gy  *big.Int // (x,y) of the base point
		params.go#L324: 	return curve.ScalarMult(curve.Gx, curve.Gy, k)