*
* -->
*
- * \brief API function for to manage entropy pool.
+ * \brief Collection of functions to manage entropy pool.
*
*
* \version $Id$
* \author Daniele Basile <asterix@develer.com>
+ *
+ * $WIZARD_MODULE = {
+ * "name" : "randpool",
+ * "depends" : ["timer"],
+ * "configuration" : "bertos/cfg/cfg_randpool.h"
+ * }
*/
#ifndef ALGO_RANDPOOL_H
#define CFG_RANDPOOL_H
-/// Define a size, in byte, of entropy pool.
+/// Define a size, in byte, of entropy pool. $WIZARD = { "type" : "int", "min" : "0" }
#define CONFIG_SIZE_ENTROPY_POOL 64
-/// Turn on or off timer support in Randpool.
+/// Turn on or off timer support in Randpool. $WIZARD = { "type" : "boolean" }
#define CONFIG_RANDPOOL_TIMER 1
#endif /* CFG_RANDPOOL_H */