Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip] feat(kernel): use a sponge to generate nicer RNGs #334

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 8, 2022

  1. feat(kernel): use a sponge to generate nicer RNGs

    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...
    hawkw committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    fe9eaa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0409b9b View commit details
    Browse the repository at this point in the history