Ivy Bridge first Intel processor with digital hardware random number generator
Ivy Bridge first Intel processor with digital hardware random number generator
Posted Mar 30, 2012 15:17 UTC (Fri) by jhardin (guest, #3297)In reply to: Ivy Bridge first Intel processor with digital hardware random number generator by jhhaller
Parent article: Russell: Sources of Randomness for Userspace
Posted Apr 2, 2012 12:52 UTC (Mon)
by jzbiciak (guest, #5246)
[Link]
What about the kernel entropy pool though? First off, where are you sampling this counter to give you data to mix into the pool? Interrupts? With periodic interrupts, you can probably only trust the LSB of the counter to be truly random. That leaves you generating only hundreds or thousands of bits per second.
In any case, on most modern CPUs, we have this freerunning counter already. On x86, it's called the TSC. Of course, it appears RDTSC can get mucked up by virtualization.
Ivy Bridge first Intel processor with digital hardware random number generator