crypto/elliptic.CurveParams.Gx (field)

6 uses

	crypto/elliptic (current package)
		elliptic.go#L54: 	Gx, Gy  *big.Int // (x,y) of the base point
		elliptic.go#L325: 	return curve.ScalarMult(curve.Gx, curve.Gy, k)
		p224.go#L38: 		Gx: bigFromHex("b70e0cbd6bb4bf7f321390b94a03c1d356c21122343280d6115c1d21"),
		p256_asm.go#L45: 	p256.Gx, _ = new(big.Int).SetString("6b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c296", 16)
		p384.go#L41: 		Gx: bigFromHex("aa87ca22be8b05378eb1c71ef320ad746e1d3b628ba79b9859f741" +
		p521.go#L44: 		Gx: bigFromHex("00c6858e06b70404e9cd9e3ecb662395b4429c648139053fb521f8" +