mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Merge pull request #145 from isislovecruft/fix/rand-nightly-breakage
Workaround for rand crate "nightly" feature breakage.
This commit is contained in:
commit
036c18a01b
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ harness = false
|
|||
default = ["std", "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", "rand/nightly"]
|
||||
nightly = ["curve25519-dalek/nightly"]
|
||||
serde = ["serde_crate", "ed25519/serde"]
|
||||
batch = ["merlin", "rand"]
|
||||
# This feature enables deterministic batch verification.
|
||||
|
|
|
|||
Loading…
Reference in a new issue