crypto/elliptic.CurveParams.Gy (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#L39: Gy: bigFromHex("bd376388b5f723fb4c22dfe6cd4375a05a07476444d5819985007e34"),
p256_asm.go#L46: p256.Gy, _ = new(big.Int).SetString("4fe342e2fe1a7f9b8ee7eb4a7c0f9e162bce33576b315ececbb6406837bf51f5", 16)
p384.go#L43: Gy: bigFromHex("3617de4a96262c6f5d9e98bf9292dc29f8f41dbd289a147ce9da31" +
p521.go#L47: Gy: bigFromHex("011839296a789a3bc0045c8a5fb42c7d1bd998f54449579b446817" +