Go to the source code of this file.
Namespaces | |
namespace | rutz |
Functions | |
void | rutz::base64_encode (const unsigned char *src, unsigned int src_len, rutz::byte_array &dst, unsigned int line_width) |
void | rutz::base64_encode_string (const char *str, rutz::byte_array &dst, unsigned int line_width) |
void | rutz::base64_encode_file (const char *filename, rutz::byte_array &dst, unsigned int line_width) |
void | rutz::base64_decode (const char *src, unsigned int in_len, rutz::byte_array &dst) |
void | rutz::base64_decode (const rutz::byte_array &src, rutz::byte_array &dst) |
Definition in file base64.h.