package proto.key_exchange

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ClientHello

key_exchange.proto:71

Client to server.

enum Encryption

key_exchange.proto:63

Used in: ServerHello, ServerHelloLegacy

enum Identify

key_exchange.proto:57

Used in: ClientHello

message ServerHello

key_exchange.proto:81

Server to client.

message ServerHelloLegacy

key_exchange.proto:90

Server to client (legacy protocol). Peers older than 3.0.0 require the server version in this message; the field takes the number that now carries public_key, the two share the wire type.

message SessionChallenge

key_exchange.proto:121

Server to client.

message SessionResponse

key_exchange.proto:133

Client to server.

message SrpClientKeyExchange

key_exchange.proto:114

Client to server.

message SrpIdentify

key_exchange.proto:98

Client to server.

message SrpServerKeyExchange

key_exchange.proto:104

Server to client.