mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
ed: Don't implicitly enable zeroize for ed25519-dalek alloc feature (#761)
This commit is contained in:
parent
53df025bb3
commit
0736088c94
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ required-features = ["rand_core"]
|
|||
|
||||
[features]
|
||||
default = ["fast", "std", "zeroize"]
|
||||
alloc = ["curve25519-dalek/alloc", "ed25519/alloc", "serde?/alloc", "zeroize/alloc"]
|
||||
alloc = ["curve25519-dalek/alloc", "ed25519/alloc", "serde?/alloc", "zeroize?/alloc"]
|
||||
std = ["alloc", "ed25519/std", "serde?/std", "sha2/std"]
|
||||
|
||||
asm = ["sha2/asm"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue