type crypto/ecdh.KeyExchanger
8 uses
crypto/ecdh (current package)
ecdh.go#L99: type KeyExchanger interface {
ecdh.go#L105: var _ KeyExchanger = (*PrivateKey)(nil)
crypto/hpke
kem.go#L260: priv ecdh.KeyExchanger
kem.go#L277: func NewDHKEMPrivateKey(priv ecdh.KeyExchanger) (PrivateKey, error) {
pq.go#L225: t ecdh.KeyExchanger
pq.go#L244: func NewHybridPrivateKey(pq crypto.Decapsulator, t ecdh.KeyExchanger) (PrivateKey, error) {
pq.go#L272: var k ecdh.KeyExchanger
pq.go#L283: func newHybridPrivateKey(pq crypto.Decapsulator, t ecdh.KeyExchanger, seed []byte) (PrivateKey, error) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |