roo_io
API Documentation for roo_io
Loading...
Searching...
No Matches
arduino_base64.h File Reference
#include "stdint.h"
#include "string.h"
Include dependency graph for arduino_base64.h:
This graph shows which files directly or indirectly include this file:

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)