virtual */
| 188 | } |
| 189 | |
| 190 | /* virtual */ void X25519AuthenticationHandler::SendRequest(Packet &p) |
| 191 | { |
| 192 | p.Send_bytes(this->our_public_key); |
| 193 | p.Send_bytes(this->key_exchange_nonce); |
| 194 | } |
| 195 | |
| 196 | /** |
| 197 | * Read the key exchange data from a \c Packet that came from the server, |