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