Skip to content

rand_core: relax sizing requirement on blanket implementations #1592

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

Closed

Conversation

baloo
Copy link
Contributor

@baloo baloo commented Feb 18, 2025

  • Added a CHANGELOG.md entry

Summary

Relax the sizing requirements for the blanket implementations of TryCryptoRng and TryRngCore.

Motivation

When using a &mut CryptoRng in a &mut TryCryptoRng we should not require the rng to be Sized.

Details

@baloo
Copy link
Contributor Author

baloo commented Feb 18, 2025

closing in favor of #1593

@baloo baloo closed this Feb 18, 2025
@baloo baloo deleted the baloo/rand_core/relax-blanket branch February 18, 2025 00:34
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