Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

b64.h

Committer:
xinlei
Date:
2015-08-10
Revision:
26:9c36af176d91
Parent:
22:832cb27c28f9

File content as of revision 26:9c36af176d91:

#ifndef b64_h
#define b64_h

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

#endif