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 CryptoRngCore trait #469

Merged
merged 1 commit into from
Dec 11, 2022
Merged

Use CryptoRngCore trait #469

merged 1 commit into from
Dec 11, 2022

Conversation

tarcieri
Copy link
Contributor

This is a convenience/marker trait for types which impl CryptoRng + RngCore which makes the type signatures a little more readable.

It was introduced in rand_core v0.6.4 (now pinned as the minimum version)

This is a convenience/marker trait for types which impl `CryptoRng` +
`RngCore` which makes the type signatures a little more readable.

It was introduced in `rand_core` v0.6.4 (now pinned as the minimum
version)
@tarcieri tarcieri requested a review from rozbb December 11, 2022 17:41
@rozbb rozbb merged commit fa45d21 into release/4.0 Dec 11, 2022
@tarcieri tarcieri deleted the cryptorngcore branch May 31, 2023 02:11
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.

2 participants