mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Merge remote-tracking branch 'chain/subtle-no-std-fix' into develop
This commit is contained in:
commit
4608193206
1 changed files with 2 additions and 1 deletions
|
|
@ -34,6 +34,7 @@ version = "0.6"
|
|||
|
||||
[dependencies.subtle]
|
||||
version = "^0.1"
|
||||
default-features = false
|
||||
|
||||
[dependencies.generic-array]
|
||||
# same version that digest depends on
|
||||
|
|
@ -48,7 +49,7 @@ version = "0.6"
|
|||
[features]
|
||||
nightly = ["radix_51"]
|
||||
default = ["std"]
|
||||
std = ["rand"]
|
||||
std = ["rand", "subtle/std"]
|
||||
alloc = []
|
||||
yolocrypto = []
|
||||
bench = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue