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

Make rand_core optional #262

Merged
merged 10 commits into from
Jan 16, 2023
Merged

Conversation

pinkforest
Copy link
Contributor

@pinkforest pinkforest commented Jan 9, 2023

As documented here via DOC PR #241 :

I have further proposal how to re-organise the examples to clear out lib .rs but I'll do it in separate PR

Depends on to get rid of rand here on batch feature:

@@ -60,6 +61,7 @@ batch = ["alloc", "merlin", "rand_core"]
legacy_compatibility = []
pkcs8 = ["ed25519/pkcs8"]
pem = ["alloc", "ed25519/pem", "pkcs8"]
rand_core = ["dep:rand_core"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is best to keep iterating explicitly all the features in Cargo.toml as it's easier to understand for downstream

src/signing.rs Outdated Show resolved Hide resolved
src/signing.rs Outdated Show resolved Hide resolved
@rozbb rozbb merged commit 8c455f5 into dalek-cryptography:release/2.0 Jan 16, 2023
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.

None yet

4 participants