#include <cel_base64.h>
Static Public Member Functions | |
static String | encode (const u8 *CEL_RESTRICT src, size_t size) |
static void | decode (SimpleArray< u8 > &buffer, const String &src) |
Base64T defines Base64 encode/decode routines. For normal usage, use Base64 class.
|
inlinestatic |
Decode the input string into binary.
buffer | A buffer to receive the binary. |
src | A Base64 string to decode. |
|
inlinestatic |
Encode the input binary into Base64 string.
src | A binary to encode. |
size | The size of the binary in bytes. |