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