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

crypto-common: weakly activate rand_core/getrandom #1381

Merged
merged 2 commits into from
Nov 12, 2023

Commits on Nov 12, 2023

  1. crypto-common: weakly activate rand_core/getrandom

    When both `getrandom` and `rand_core` are enabled, activates the
    `rand_core/getrandom` feature, which makes `OsRng` available as
    `crypto_common::rand_core::OsRng`.
    tarcieri committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    edb7a69 View commit details
    Browse the repository at this point in the history
  2. Re-export getrandom

    tarcieri committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    16fbcdb View commit details
    Browse the repository at this point in the history