crypto/elliptic.CurveParams.Gx (field)

7 uses

	crypto/elliptic (current package)
		elliptic.go#L49: 	Gx, Gy  *big.Int // (x,y) of the base point
		elliptic.go#L278: 	return curve.ScalarMult(curve.Gx, curve.Gy, k)
		elliptic.go#L408: 	p384.Gx, _ = new(big.Int).SetString("aa87ca22be8b05378eb1c71ef320ad746e1d3b628ba79b9859f741e082542a385502f25dbf55296c3a545e3872760ab7", 16)
		elliptic.go#L419: 	p521.Gx, _ = new(big.Int).SetString("c6858e06b70404e9cd9e3ecb662395b4429c648139053fb521f828af606b4d3dbaa14b5e77efe75928fe1dc127a2ffa8de3348b3c1856a429bf97e7e31c2e5bd66", 16)
		p224.go#L29: 	p224.Gx, _ = new(big.Int).SetString("b70e0cbd6bb4bf7f321390b94a03c1d356c21122343280d6115c1d21", 16)
		p224.go#L33: 	p224FromBig(&p224.gx, p224.Gx)
		p256_asm.go#L44: 	p256.Gx, _ = new(big.Int).SetString("6b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c296", 16)