A client for the SmartREST protocol from Cumulocity.

Dependencies:   SmartRest

Fork of MbedSmartRest by Vincent Wochnik

b64.h

Committer:
vwochnik
Date:
2014-04-11
Revision:
13:e76920d5e1ec

File content as of revision 13:e76920d5e1ec:

#ifndef b64_h
#define b64_h

int b64_encode(const unsigned char* aInput, int aInputLen, unsigned char* aOutput, int aOutputLen);

#endif