updates.
[silc.git] / lib / silccrypt / silcrng.h
index 9640b8b33fd211e2dd0d07e7abd1da0f523c4810..4751b70d9f691751188b0128cfc1fea4ed886689 100644 (file)
  * random data for future initializing. This is important and must be
  * implemented in the future.
  *
+ * The caller must be cautios when using this RNG with native WIN32 system.
+ * The RNG most likely is impossible to set in unguessable state just by
+ * using the RNG's input data sources.  On WIN32 it is stronly suggested
+ * that caller would add more random noise after the initialization of the
+ * RNG using the silc_rng_add_noise function.  For example, random mouse
+ * movements may be used.
+ *
  ***/
 
 #ifndef SILCRNG_H