X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_randpool.h;h=3038363eea76e3c63e0d34fdebc068856290e4cf;hb=f3c01fa77d324dca7c4a96f9632cd1c54583d60b;hp=e7c6a0752126aac4928990ec55e549db3775cd4f;hpb=e0960b1b787503b712e42776f980d792836992fd;p=bertos.git diff --git a/bertos/cfg/cfg_randpool.h b/bertos/cfg/cfg_randpool.h index e7c6a075..3038363e 100644 --- a/bertos/cfg/cfg_randpool.h +++ b/bertos/cfg/cfg_randpool.h @@ -32,7 +32,6 @@ * * \brief Configuration file for randpool module. * - * \version $Id$ * * \author Daniele Basile */ @@ -41,10 +40,14 @@ #define CFG_RANDPOOL_H -/// Define a size, in byte, of entropy pool. +/** + * Define a size, in byte, of entropy pool. + * $WIZ$ type = "int" + * $WIZ$ min = 1 + */ #define CONFIG_SIZE_ENTROPY_POOL 64 -/// Turn on or off timer support in Randpool. +/// Enable timer in randpool algo. $WIZ$ type = "boolean" #define CONFIG_RANDPOOL_TIMER 1 #endif /* CFG_RANDPOOL_H */