golang.org/x/crypto/ssh.kexECDHInitMsg.ClientPubKey (field)
8 uses
golang.org/x/crypto/ssh (current package)
kex.go#L231: ClientPubKey: elliptic.Marshal(kex.curve, ephKey.PublicKey.X, ephKey.PublicKey.Y),
kex.go#L260: writeString(h, kexInit.ClientPubKey)
kex.go#L328: clientX, clientY, err := unmarshalECKey(kex.curve, kexECDHInit.ClientPubKey)
kex.go#L351: writeString(h, kexECDHInit.ClientPubKey)
kex.go#L499: if len(kexInit.ClientPubKey) != 32 {
kex.go#L509: copy(clientPub[:], kexInit.ClientPubKey)
kex.go#L520: writeString(h, kexInit.ClientPubKey)
messages.go#L81: ClientPubKey []byte `sshtype:"30"`
 |
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. |