The Ethernet-Board

Dependencies:   EthernetInterface HTTPClient MODSERIAL mbed-dev mbed-rtos wolfSSL

Fork of sose2016_tr_oauth_pop by niko gillen

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers base64.h Source File

base64.h

00001 char *base64_encode(const unsigned char *data,
00002                     size_t input_length,
00003                     size_t *output_length);
00004                     
00005 unsigned char *base64_decode(const char *data,
00006                              size_t input_length,
00007                              size_t *output_length);
00008                              
00009 void base64_cleanup();