@@ -3,5 +3,6 @@
class CryptoBase {
public:
static std::string BinToHex(const std::string& bin);
static void GenKeyPair(std::string* sk, std::string* pk);
static void GenKey(std::string* key);
static void GenKeyPair(std::string* secret_key, std::string* public_key);
};
The note is not visible to the blocked user.