Project Alice
|
#include <string>
Go to the source code of this file.
Functions | |
std::string | base64_encode (const char *src, size_t len) |
std::string base64_encode | ( | const char * | src, |
size_t | len | ||
) |
base64_encode - Base64 encode @src: Data to be encoded @len: Length of the data to be encoded @out_len: Pointer to output length variable, or NULL if not used Returns: Allocated buffer of out_len bytes of encoded data, or empty string on failure
Definition at line 25 of file base64encode.hpp.