/*
 * wrapper.h
 *
 *  Created on: Sep 30, 2015
 *      Author: oezgan
 */

#ifndef WRAPPER_H_
#define WRAPPER_H_



#ifdef __cplusplus
extern "C"
{
#endif
	extern void getRandomBytes_C(unsigned char* buffer, int length);
#ifdef __cplusplus
}

#endif
#endif /* WRAPPER_H_ */
