Files
react-native-code-push/ios/CodePush/SSZipArchive/aes/entropy.h
Geoffrey Goh f590b1c294 feedback
2016-02-18 23:48:14 -08:00

17 lines
208 B
C
Executable File

#ifndef _ENTROPY_FUN_H
#define _ENTROPY_FUN_H
#if defined(__cplusplus)
extern "C"
{
#endif
int entropy_fun(unsigned char buf[], unsigned int len);
#if defined(__cplusplus)
}
#endif
#endif