The Ethernet-Board

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

Fork of sose2016_tr_oauth_pop by niko gillen

base64.h

Committer:
Cataract
Date:
2016-07-12
Revision:
7:5d116f2e5587

File content as of revision 7:5d116f2e5587:

char *base64_encode(const unsigned char *data,
                    size_t input_length,
                    size_t *output_length);
                    
unsigned char *base64_decode(const char *data,
                             size_t input_length,
                             size_t *output_length);
                             
void base64_cleanup();