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

Use getrandom, simplify OsRng, deprecate EntropyRng #765

Merged
merged 9 commits into from Apr 6, 2019

Commits on Apr 3, 2019

  1. Copy the full SHA
    1976a7f View commit details
    Browse the repository at this point in the history
  2. Re-implement OsRng in Rand

    This is controversial: a small amount of code redundancy to
    avoid an extra import.
    dhardy committed Apr 3, 2019
    Copy the full SHA
    23e1f04 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8cfe210 View commit details
    Browse the repository at this point in the history
  4. Remove dependence on rand_jitter

    This is a breaking change for anyone using rngs::JitterRng;
    such users should switch to rand_jitter::JitterRng.
    dhardy committed Apr 3, 2019
    Copy the full SHA
    b231ac2 View commit details
    Browse the repository at this point in the history
  5. Review fixes

    dhardy committed Apr 3, 2019
    Copy the full SHA
    23fc4a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Copy the full SHA
    8fa74fc View commit details
    Browse the repository at this point in the history
  2. Add OsRng examples

    Fix rand_os example
    dhardy committed Apr 4, 2019
    Copy the full SHA
    57fbc71 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Copy the full SHA
    b83a4c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. Implement Default for OsRng

    dhardy committed Apr 6, 2019
    Copy the full SHA
    f84dccb View commit details
    Browse the repository at this point in the history