Message 0x00
Initiate handshake
The user initiates the handshake by sending its version and two randomly generated salts. These salts are null terminated readable strings. They are used by the server to generate encryption keys for client and server which are sent in Message0x06.
| Type | Description | Offset |
| uint32_t | type | 0 |
| uint8_t[16] | version | 4 |
| uint8_t[32] | first salt | 20 |
| uint8_t[32] | second salt | 52 |
