gcontini
2020-03-22 cba65cde7db0b3006f194f4e120d36de4b21e904
src/library/base/base64.h
@@ -2,6 +2,7 @@
#define BASE64_H
#include <string>
#include <vector>
#if _WIN32
#include <wtypes.h>
@@ -9,7 +10,7 @@
namespace license {
unsigned char* unbase64(const char* ascii, int len, int* flen);
std::vector<uint8_t> unbase64(const std::string& base64_data);
std::string base64(const void* binaryData, size_t len, int lineLenght = -1);
}  // namespace license