#ifndef	__RSKSW_BASE64_H__
#define	__RSKSW_BASE64_H__

#include "RSKSW_define.h"


#ifdef  __cplusplus
extern "C" {
#endif

int RSKSW_BASE64_Encode		(ks_uint8 *output, ks_uint8 *input, int length);
int RSKSW_BASE64_Decode		(ks_uint8 *output, ks_uint8 *input, int length);

#ifdef	__cplusplus
}
#endif

#endif
