entropy.h 208 Bytes
Newer Older
Roy Marmelstein's avatar
Roy Marmelstein committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

#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