func crypto/internal/fips140/ecdsa.NewPrivateKey
2 uses
crypto/internal/fips140/ecdsa (current package)
ecdsa.go#L158: func NewPrivateKey[P Point[P]](c *Curve[P], D, Q []byte) (*PrivateKey, error) {
crypto/ecdsa
ecdsa.go#L409: return ecdsa.NewPrivateKey(c, priv.D.Bytes(), Q)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)