mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +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]
|
||||
nightly = ["subtle/nightly", "clear_on_drop/nightly"]
|
||||
default = ["std", "u64_backend"]
|
||||
std = ["alloc", "subtle/std"]
|
||||
std = ["alloc", "subtle/std", "rand_core/std"]
|
||||
alloc = []
|
||||
yolocrypto = []
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue