/** * \file * * * \brief Configuration file for randpool module. * * * \author Daniele Basile */ #ifndef CFG_RANDPOOL_H #define CFG_RANDPOOL_H /** * Define a size, in byte, of entropy pool. * $WIZ$ type = "int" * $WIZ$ min = 1 */ #define CONFIG_SIZE_ENTROPY_POOL 64 /// Enable timer in randpool algo. $WIZ$ type = "boolean" #define CONFIG_RANDPOOL_TIMER 1 #endif /* CFG_RANDPOOL_H */