mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-08 21:00:38 +00:00
add feature flags for auto-release of hw and warnings on sw fallback
This commit is contained in:
parent
94a47207d5
commit
0077595699
1 changed files with 3 additions and 1 deletions
|
|
@ -71,7 +71,9 @@ cpufeatures = "0.2.6"
|
|||
fiat-crypto = { version = "0.2.1", default-features = false , optional = true}
|
||||
|
||||
[features]
|
||||
default = ["alloc", "precomputed-tables", "zeroize"]
|
||||
auto-release = []
|
||||
warn-fallback = []
|
||||
default = ["alloc", "precomputed-tables", "zeroize", "auto-release", "warn-fallback"]
|
||||
alloc = ["zeroize?/alloc"]
|
||||
precomputed-tables = []
|
||||
legacy_compatibility = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue