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

rand 0.9.0 support #176

Open
tyilo opened this issue Feb 4, 2025 · 1 comment
Open

rand 0.9.0 support #176

tyilo opened this issue Feb 4, 2025 · 1 comment

Comments

@tyilo
Copy link
Contributor

tyilo commented Feb 4, 2025

As OsRng no longer implements CryptoRng in rand 0.9.0, the examples using something like

let key = Key::generate(&mut OsRng);

doesn't work anymore.

@tarcieri
Copy link
Member

tarcieri commented Feb 4, 2025

We need to update the trait crates first. See RustCrypto/traits#1642

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

No branches or pull requests

2 participants