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

Replace getrandom with rand_core #276

Merged
merged 1 commit into from
Jul 12, 2021

Conversation

tony-iqlusion
Copy link
Member

rand_core::OsRng provides a facade over getrandom which simplifies error handling.

`rand_core::OsRng` provides a facade over `getrandom` which simplifies
error handling.
@tarcieri tarcieri force-pushed the replace-getrandom-with-rand_core branch from b93b92f to 182d305 Compare July 12, 2021 16:46
@tony-iqlusion tony-iqlusion merged commit e249e91 into main Jul 12, 2021
@tony-iqlusion tony-iqlusion deleted the replace-getrandom-with-rand_core branch July 12, 2021 16:59
@tony-iqlusion tony-iqlusion mentioned this pull request Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant