Client -> server handshake successful
This commit is contained in:
3
crypto.h
3
crypto.h
@@ -50,7 +50,8 @@ class CryptoPubServerConnection : public CryptoBase {
|
||||
|
||||
const std::string secret_key_;
|
||||
const std::string ephemeral_secret_key_;
|
||||
const std::string client_public_key_;
|
||||
std::string client_public_key_;
|
||||
std::string client_ephemeral_public_key_;
|
||||
enum {
|
||||
AWAITING_HANDSHAKE,
|
||||
READY,
|
||||
|
||||
Reference in New Issue
Block a user