type crypto/internal/boring.PrivateKeyECDH
6 uses
crypto/internal/boring (current package)
notboring.go#L116: type PrivateKeyECDH struct{}
notboring.go#L118: func ECDH(*PrivateKeyECDH, *PublicKeyECDH) ([]byte, error) { panic("boringcrypto: not available") }
notboring.go#L119: func GenerateKeyECDH(string) (*PrivateKeyECDH, []byte, error) { panic("boringcrypto: not available") }
notboring.go#L120: func NewPrivateKeyECDH(string, []byte) (*PrivateKeyECDH, error) { panic("boringcrypto: not available") }
notboring.go#L123: func (*PrivateKeyECDH) PublicKey() (*PublicKeyECDH, error) { panic("boringcrypto: not available") }
crypto/ecdh
ecdh.go#L104: boring *boring.PrivateKeyECDH
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)