mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
enable rand_core/std
This commit is contained in:
parent
d6ca36fa0b
commit
4e4730303d
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ packed_simd = { version = "0.3.0", features = ["into_bits"], optional = true }
|
||||||
[features]
|
[features]
|
||||||
nightly = ["subtle/nightly", "clear_on_drop/nightly"]
|
nightly = ["subtle/nightly", "clear_on_drop/nightly"]
|
||||||
default = ["std", "u64_backend"]
|
default = ["std", "u64_backend"]
|
||||||
std = ["alloc", "subtle/std"]
|
std = ["alloc", "subtle/std", "rand_core/std"]
|
||||||
alloc = []
|
alloc = []
|
||||||
yolocrypto = []
|
yolocrypto = []
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue