mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Enable rand crate by default.
See https://github.com/dalek-cryptography/ed25519-dalek/pull/139.
This commit is contained in:
parent
7155c07afa
commit
6609642036
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue