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#L305: return k.Bytes(), nil
ecdsa.go#L561: return &PrivateKey{PublicKey: *pub, D: new(big.Int).SetBytes(priv.Bytes())}, nil
ecdsa.go#L599: subtle.ConstantTimeCompare(k.Bytes(), D) == 1
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)