golang.org/x/crypto/ssh.kexECDHReplyMsg.EphemeralPubKey (field)
8 uses
golang.org/x/crypto/ssh (current package)
kex.go#L249: x, y, err := unmarshalECKey(kex.curve, reply.EphemeralPubKey)
kex.go#L261: writeString(h, reply.EphemeralPubKey)
kex.go#L368: EphemeralPubKey: serializedEphKey,
kex.go#L458: if len(reply.EphemeralPubKey) != 32 {
kex.go#L463: copy(servPub[:], reply.EphemeralPubKey)
kex.go#L473: writeString(h, reply.EphemeralPubKey)
kex.go#L536: EphemeralPubKey: kp.pub[:],
messages.go#L88: EphemeralPubKey []byte
![]() |
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. |