|
roo_io
API Documentation for roo_io
|
#include "stdint.h"#include "string.h"Go to the source code of this file.
Namespaces | |
| namespace | base64 |
| Convert between binary and base64 encoded string. | |
Functions | |
| void | base64::encode (const uint8_t *input, size_t inputLength, char *output) |
| size_t | base64::encodeLength (size_t inputLength) |
| void | base64::decode (const char *input, size_t inputLength, uint8_t *output) |
| size_t | base64::decodeLength (const char *input) |