NetBurner 3.1
randseed.h
1 /*NB_REVISION*/
2 
3 /*NB_COPYRIGHT*/
4 
5 #ifndef _NB_RANDOM_H
6 #define _NB_RANDOM_H
7 
8 #ifdef GATHER_RANDOM
9 // ENTROP_POOL_SIZE *MUST* be a multiple of 16
10 #define ENTROPY_POOL_SIZE 256
11 
12 extern volatile uint32_t rnd_cnt;
13 extern volatile uint16_t rnd_collect[ENTROPY_POOL_SIZE];
14 #else
15 #endif
16 #endif