crypto/internal/fips140/ecdsa.PrivateKey.Bytes (method)
2 uses
crypto/internal/fips140/ecdsa (current package)
ecdsa.go#L27: func (priv *PrivateKey) Bytes() []byte {
crypto/ecdsa
ecdsa.go#L393: return &PrivateKey{PublicKey: *pub, D: new(big.Int).SetBytes(priv.Bytes())}, nil
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)