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

Switch backup entropy generator to JitterRng #196

Merged
merged 4 commits into from
Dec 1, 2017

Commits on Nov 25, 2017

  1. Configuration menu
    Copy the full SHA
    6e42464 View commit details
    Browse the repository at this point in the history
  2. Replace weak_seed usage in StdRng with JitterRng

    JitterRng is a much stronger generator and available on
    most platforms; see http://www.chronox.de/jent.html
    Drawbacks are speed and potential failure on some platforms
    dhardy committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    a19a6f2 View commit details
    Browse the repository at this point in the history
  3. Add JitterRng benchmark, and enable CI benchmarking

    Partly this is just to add an *optimised* test
    dhardy committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    cb84d54 View commit details
    Browse the repository at this point in the history
  4. JitterRng: port PR #63 to fix on Windows

    dhardy committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    fdaab7e View commit details
    Browse the repository at this point in the history