@@ -7,7 +7,6 @@ class CryptoBase {
CryptoBase(const int fd);
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);
virtual int OnReadable() = 0;
The note is not visible to the blocked user.