X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fsec%2Frandom.h;h=04f570bb1de93517507ea52b4d289bf096cf4351;hb=c37e6a3f6900ec803c2608fb387054247bab88aa;hp=d0dc31462c4846487ad5d4d27dba185202d65378;hpb=955a6b6d683b2958afaab6f3b2afacc188656681;p=bertos.git diff --git a/bertos/sec/random.h b/bertos/sec/random.h index d0dc3146..04f570bb 100644 --- a/bertos/sec/random.h +++ b/bertos/sec/random.h @@ -60,7 +60,7 @@ * with enough entropy to generate safe random numbers even * immediately after hw reset. * The overall structure is the same as used by modern - * desktop PCs for generating secure random numbers. + * desktop PCs for generating secure random numbers. * * * \a RANDOM_SECURITY_MEDIUM: This intermediate settings will * avoid usage of an entropy pool, to reduce memory and code @@ -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);