type golang.org/x/crypto/ssh.ecdh
6 uses
golang.org/x/crypto/ssh (current package)
kex.go#L220: type ecdh struct {
kex.go#L224: func (kex *ecdh) Client(c packetConn, rand io.Reader, magics *handshakeMagics) (*kexResult, error) {
kex.go#L317: func (kex *ecdh) Server(c packetConn, rand io.Reader, magics *handshakeMagics, priv Signer) (result *kexResult, err error) {
kex.go#L409: kexAlgoMap[kexAlgoECDH521] = &ecdh{elliptic.P521()}
kex.go#L410: kexAlgoMap[kexAlgoECDH384] = &ecdh{elliptic.P384()}
kex.go#L411: kexAlgoMap[kexAlgoECDH256] = &ecdh{elliptic.P256()}
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |