crypto/elliptic.CurveParams.B (field)

6 uses

	crypto/elliptic (current package)
		nistec.go#L24: 		B:  bigFromHex("b4050a850c04b3abf54132565044b0b7d7bfd8ba270b39432355ffb4"),
		nistec.go#L45: 		B:  bigFromHex("5ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b"),
		nistec.go#L64: 		B: bigFromHex("b3312fa7e23ee7e4988e056be3f82d19181d9c6efe8141120314088" +
		nistec.go#L88: 		B: bigFromHex("0051953eb9618e1c9a1f929a21a0b68540eea2da725b99b315f3b8" +
		params.go#L18: 	B       *big.Int // the constant of the curve equation
		params.go#L44: 	x3.Add(x3, curve.B)