#pragma once #include #include #include std::string Base64Encode(const uint8_t *p, size_t sz); std::vector Base64Decode(const char *s, size_t sz);