#ifndef __RSKSWRAND_H__
#define __RSKSWRAND_H__

#include "RSKSW_define.h"

#ifdef __ANDROID__
#include "../cmvp/include/ks_cmvp.h"
#else
#include "ks_cmvp.h"
#endif

#ifdef  __cplusplus
extern "C" {
#endif
    
int RSKSW_Rand(unsigned char *output, int length);
    
#ifdef	__cplusplus
}
#endif

#endif
