pwarren/rtl-entropy

Feed the generated entropy directly to the kernel

Closed this issue · 0 comments

dasJ commented

I looked at the rngd source code and found the pieces that feed the entropy to the kernel here: SourceForge. The init method is called from rngd.c, line 196 using /dev/random as randomdev.

I would do it myself, but I currently don't own a device to test with.