var crypto/elliptic.p384

9 uses

	crypto/elliptic (current package)
		elliptic.go#L392: var p384 *CurveParams
		elliptic.go#L404: 	p384 = &CurveParams{Name: "P-384"}
		elliptic.go#L405: 	p384.P, _ = new(big.Int).SetString("39402006196394479212279040100143613805079739270465446667948293404245721771496870329047266088258938001861606973112319", 10)
		elliptic.go#L406: 	p384.N, _ = new(big.Int).SetString("39402006196394479212279040100143613805079739270465446667946905279627659399113263569398956308152294913554433653942643", 10)
		elliptic.go#L407: 	p384.B, _ = new(big.Int).SetString("b3312fa7e23ee7e4988e056be3f82d19181d9c6efe8141120314088f5013875ac656398d8a2ed19d2a85c8edd3ec2aef", 16)
		elliptic.go#L408: 	p384.Gx, _ = new(big.Int).SetString("aa87ca22be8b05378eb1c71ef320ad746e1d3b628ba79b9859f741e082542a385502f25dbf55296c3a545e3872760ab7", 16)
		elliptic.go#L409: 	p384.Gy, _ = new(big.Int).SetString("3617de4a96262c6f5d9e98bf9292dc29f8f41dbd289a147ce9da3113b5f0b8c00a60b1ce1d7e819d7a431d7c90ea0e5f", 16)
		elliptic.go#L410: 	p384.BitSize = 384
		elliptic.go#L446: 	return p384