Client runs the client-side key agreement. Caller is responsible for verifying the host key signature.
(p packetConn, rand io.Reader, magics *handshakeMagics)
| 85 | // Client runs the client-side key agreement. Caller is |
| 86 | // responsible for verifying the host key signature. |
| 87 | Client(p packetConn, rand io.Reader, magics *handshakeMagics) (*kexResult, error) |
| 88 | } |
| 89 | |
| 90 | // dhGroup is a multiplicative group suitable for implementing Diffie-Hellman key agreement. |
no outgoing calls