#include #include #ifndef PADDLE_MODEL_PROTECT_UTIL_CRYPTO_BASE64_UTILS_H #define PADDLE_MODEL_PROTECT_UTIL_CRYPTO_BASE64_UTILS_H namespace baidu { namespace base { namespace base64 { std::string base64_encode(const std::string& input); std::string base64_decode(const std::string& input); } } } #endif //PADDLE_MODEL_PROTECT_BASE64_UTILS_H