1
0
Fork 0
mirror of https://github.com/HamletDuFromage/sigpatches-updater.git synced 2025-01-05 23:46:13 +00:00
sigpatches-updater/libs/minizip/source/aes/entropy.h

17 lines
209 B
C
Raw Normal View History

2020-09-12 17:12:07 +01:00
#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