Project Alice
Loading...
Searching...
No Matches
base64encode.hpp File Reference
#include <string>
Include dependency graph for base64encode.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::string base64_encode (const char *src, size_t len)
 

Function Documentation

◆ base64_encode()

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.

Here is the caller graph for this function: