crypto/ecdh.PrivateKey.Bytes (method)
5 uses
crypto/ecdh (current package)
ecdh.go#L139: func (k *PrivateKey) Bytes() []byte {
crypto/hpke
kem.go#L356: b := priv.Bytes()
kem.go#L362: return priv.Bytes(), nil
crypto/x509
pkcs8.go#L156: if privKey.PrivateKey, err = asn1.Marshal(k.Bytes()); err != nil {
sec1.go#L78: PrivateKey: key.Bytes(),
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)