Do not assert on received data.
[bertos.git] / bertos / cfg / cfg_randpool.h
index 3c9bb698f3616d895f39405a03a026f3f604bfca..832859842be5b83f13b57d96b3130c4833f51eef 100644 (file)
 /**
  * Define a size, in byte, of entropy pool.
  * $WIZ$ type = "int"
- * $WIZ$ min = "0"
+ * $WIZ$ min = 1
  */
 #define CONFIG_SIZE_ENTROPY_POOL   64
 
-/// Turn on or off timer support in Randpool. $WIZ$ type = "boolean"
+/// Enable timer in randpool algo. $WIZ$ type = "boolean"
 #define CONFIG_RANDPOOL_TIMER       1
 
 #endif /* CFG_RANDPOOL_H */