mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
- 新增ISV用户平台
- 新增门户网站(portal) - 新增`C++`,`Rust`语言SDK
This commit is contained in:
10
sop-sdk/sdk-c++/thirdparty/base64/base64.h
vendored
Executable file
10
sop-sdk/sdk-c++/thirdparty/base64/base64.h
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
#ifndef base64_h
|
||||
#define base64_h
|
||||
|
||||
#include <string>
|
||||
|
||||
std::string base64_encode(unsigned char const* bytes_to_encode, unsigned int in_len);
|
||||
std::string base64_decode(std::string const& encoded_string);
|
||||
|
||||
|
||||
#endif /* base64_h */
|
Reference in New Issue
Block a user