[wip] feat(kernel): use a sponge to generate nicer RNGs#334
[wip] feat(kernel): use a sponge to generate nicer RNGs#334
Conversation
Per a suggestion from @hdevalence. This isn't done yet because...it turns out our current QEMU configuration doesn't expose RDRAND support to the guest, and I don't know if timestamp-based entropy added to the sponge at a fixed interval is a good idea...
|
It would be nice to get this merged before implementing a |
|
Suggestions from @hdevalence:
|
|
from henry:
|
Per a suggestion from @hdevalence. This isn't done yet because...it turns out our current QEMU configuration doesn't expose RDRAND support to the guest, and I don't know if timestamp-based entropy added to the sponge at a fixed interval is a good idea...