8 #ifndef __ORCUS_BASE64_HPP__ 9 #define __ORCUS_BASE64_HPP__ 25 ORCUS_PSR_DLLPUBLIC
void decode_from_base64(
const char* p_base64,
size_t len_base64, std::vector<char>& decoded);
34 ORCUS_PSR_DLLPUBLIC
void encode_to_base64(
const std::vector<char>& input, std::string& encoded);
Definition: base64.hpp:15