Enable rand crate by default.

See https://github.com/dalek-cryptography/ed25519-dalek/pull/139.
This commit is contained in:
Isis Lovecruft 2020-09-21 23:48:57 +00:00
parent 7155c07afa
commit 6609642036
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -47,7 +47,7 @@ harness = false
# required-features = ["batch"]
[features]
default = ["std", "u64_backend"]
default = ["std", "rand", "u64_backend"]
std = ["curve25519-dalek/std", "ed25519/std", "serde_crate/std", "sha2/std", "rand/std"]
alloc = ["curve25519-dalek/alloc", "rand/alloc", "zeroize/alloc"]
nightly = ["curve25519-dalek/nightly"]