Implemented to-block methods of dataformatter

This commit is contained in:
Leonetienne
2022-05-26 23:22:04 +02:00
parent 6ac775105b
commit f6d646da55
3 changed files with 81 additions and 2 deletions

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: