crypto/internal/fips140/ecdh.PrivateKey.Bytes (method)

2 uses

	crypto/internal/fips140/ecdh (current package)
		ecdh.go#L30: func (priv *PrivateKey) Bytes() []byte {

	crypto/ecdh
		nist.go#L58: 		privateKey: privateKey.Bytes(),