Implemented to-block methods of dataformatter

This commit is contained in:
Leonetienne
2022-05-26 23:22:04 +02:00
parent 8b90a5bf07
commit 651641661e
3 changed files with 81 additions and 2 deletions
+1
View File
@@ -12,6 +12,7 @@ using namespace Leonetienne::GCrypt;
class ModuleDataFormatter {
public:
static std::string FormatBlock(const Block& block, const Configuration::IOBASE_FORMAT base);
static Block StringToBlock(const std::string& str, const Configuration::IOBASE_FORMAT base);
private: