add base64 library
This commit is contained in:
@@ -63,7 +63,7 @@ namespace util {
|
||||
|
||||
std::string base64_encode(const ubyte* data, size_t size);
|
||||
util::Buffer<ubyte> base64_decode(const char* str, size_t size);
|
||||
util::Buffer<ubyte> base64_decode(const std::string& str);
|
||||
util::Buffer<ubyte> base64_decode(std::string_view str);
|
||||
|
||||
std::string tohex(uint64_t value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user