Update comments in Kconfig

This commit is contained in:
Gregory Nutt 2016-07-18 06:43:08 -06:00
parent 39174da3be
commit bf25eef79f
1 changed files with 1 additions and 2 deletions

View File

@ -64,8 +64,7 @@ config DEV_URANDOM_CONGRUENTIAL
point. NOTE: Good randomness from the congruential generator also
requires that you also select CONFIG_LIB_RAND_ORDER > 2
NOTE: Cyptographically secure? Certainly not if CONFIG_LIB_RAND_ORDER
is small.
NOTE: Not cyptographically secure
endchoice # /dev/urandom algorithm
endif # DEV_URANDOM