@@ -0,0 +1,7 @@
#include <string>
class CryptoBase {
public:
static std::string BinToHex(const std::string& bin);
static void GenKeyPair(std::string* sk, std::string* pk);
};
The note is not visible to the blocked user.