Log client ID from server
This commit is contained in:
2
crypto.h
2
crypto.h
@@ -10,6 +10,8 @@ class CryptoBase {
|
||||
public:
|
||||
virtual ~CryptoBase() {};
|
||||
|
||||
static std::string BinToHex(const std::string& bin);
|
||||
|
||||
static void GenKey(std::string* key);
|
||||
static void GenKeyPair(std::string* secret_key, std::string* public_key);
|
||||
static void DerivePublicKey(const std::string& secret_key, std::string* public_key);
|
||||
|
||||
Reference in New Issue
Block a user