crypto/elliptic.CurveParams.Gy (field)

6 uses

	crypto/elliptic (current package)
		nistec.go#L26: 		Gy: bigFromHex("bd376388b5f723fb4c22dfe6cd4375a05a07476444d5819985007e34"),
		nistec.go#L47: 		Gy: bigFromHex("4fe342e2fe1a7f9b8ee7eb4a7c0f9e162bce33576b315ececbb6406837bf51f5"),
		nistec.go#L68: 		Gy: bigFromHex("3617de4a96262c6f5d9e98bf9292dc29f8f41dbd289a147ce9da31" +
		nistec.go#L94: 		Gy: bigFromHex("011839296a789a3bc0045c8a5fb42c7d1bd998f54449579b446817" +
		params.go#L19: 	Gx, Gy  *big.Int // (x,y) of the base point
		params.go#L324: 	return curve.ScalarMult(curve.Gx, curve.Gy, k)