10#if !defined(GUI_BASE64_H)
24 #define GETBASE64BUFFERSIZE(DataSize) (((DataSize+2)/3)*4)
44 static eC_Char*
Encode(eC_Char* pcBuf,
45 const eC_UInt uiBufLen,
46 const eC_UByte* pubIn,
47 const eC_UInt uiSrcLen);
61 static eC_Int
Decode(eC_UByte* pubBuf,
62 const eC_UInt uiBufLen,
67 static const eC_UByte sc_map[];
Base64 encoder/decoder for Guiliani.
Definition: GUIBase64.h:20
static eC_Char * Encode(eC_Char *pcBuf, const eC_UInt uiBufLen, const eC_UByte *pubIn, const eC_UInt uiSrcLen)
static eC_Int Decode(eC_UByte *pubBuf, const eC_UInt uiBufLen, const eC_Char *pcIn)