#include <cstdint>#include <string>#include <string_view>#include <vector>

Go to the source code of this file.
Namespaces | |
| foxglove | |
Functions | |
| std::vector< unsigned char > | foxglove::base64Decode (const std::string &input) |
| std::string | foxglove::base64Encode (const std::string_view &input) |