func crypto/elliptic.GenerateKey

one use

	crypto/elliptic (current package)
		elliptic.go#L75: func GenerateKey(curve Curve, rand io.Reader) (priv []byte, x, y *big.Int, err error) {