crypto/elliptic.CurveParams.B (field)

6 uses

	crypto/elliptic (current package)
		elliptic.go#L53: 	B       *big.Int // the constant of the curve equation
		elliptic.go#L79: 	x3.Add(x3, curve.B)
		p224.go#L37: 		B:  bigFromHex("b4050a850c04b3abf54132565044b0b7d7bfd8ba270b39432355ffb4"),
		p256_asm.go#L44: 	p256.B, _ = new(big.Int).SetString("5ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b", 16)
		p384.go#L39: 		B: bigFromHex("b3312fa7e23ee7e4988e056be3f82d19181d9c6efe8141120314088" +
		p521.go#L41: 		B: bigFromHex("0051953eb9618e1c9a1f929a21a0b68540eea2da725b99b315f3b8" +