AbZip
1.0.0
Main Page
Classes
Files
File List
aes
entropy.h
1
2
#ifndef _ENTROPY_FUN_H
3
#define _ENTROPY_FUN_H
4
5
#if defined(__cplusplus)
6
extern
"C"
7
{
8
#endif
9
10
int
entropy_fun(
unsigned
char
buf[],
unsigned
int
len);
11
12
#if defined(__cplusplus)
13
}
14
#endif
15
16
#endif
Generated by
1.8.11