crate-crypto / x448

9 stars 5 forks source link

Removing rand dev dependency in Cargo.toml #2

Closed StormWindStudios closed 3 years ago

StormWindStudios commented 3 years ago

Hello,

I noticed in Cargo.toml that you want to remove the rand dependency but were running into compilation errors. I've had success compiling using rand_core = { version = "0.5", default-features = false, features = ["getrandom"] } and removing the additional dependency. Thanks!

kevaundray commented 3 years ago

Hey :)

Thanks for opening the issue. Do you want to submit a PR for this or should I do it?

StormWindStudios commented 3 years ago

Submitted! Thanks. :)

kevaundray commented 3 years ago

Very nice PR :) I've merged it, feel free to close this issue if there is nothing else to resolve