SEC: turn on strong random implementation by default.
[bertos.git] / bertos / sec / random.h
index d0dc31462c4846487ad5d4d27dba185202d65378..6822b950a5a65b61aa581236db9d4a30050f95ac 100644 (file)
@@ -75,7 +75,7 @@
  *     paper, its seeding will not be safe (though still entropic
  *     to allow different sequences to be generated after each reset).
  */
-#define RANDOM_SECURITY_LEVEL          RANDOM_SECURITY_MEDIUM // FIXME: RANDOM_SECURITY_STRONG
+#define RANDOM_SECURITY_LEVEL          RANDOM_SECURITY_STRONG
 
 
 void random_init(void);