Y
Hacker News
new
|
ask
|
show
|
jobs
by
cpeterso
4698 days ago
Linux's /dev/urandom does not trust hardware RNGs any more than other entropy sources. All entropy sources are stirred into the same entropy pool.
1 comments
ballard
4698 days ago
Does it use multiple pools a-la Fortuna?
link
__alexs
4698 days ago
There's an input pool and 2 output pools but it's not like Fortuna. This is the most up to date analysis of the Linux entropy system I'm aware of
http://eprint.iacr.org/2012/251.pdf
link