mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-12 21:40:32 +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}
|
fiat-crypto = { version = "0.2.1", default-features = false , optional = true}
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["alloc", "precomputed-tables", "zeroize"]
|
auto-release = []
|
||||||
|
warn-fallback = []
|
||||||
|
default = ["alloc", "precomputed-tables", "zeroize", "auto-release", "warn-fallback"]
|
||||||
alloc = ["zeroize?/alloc"]
|
alloc = ["zeroize?/alloc"]
|
||||||
precomputed-tables = []
|
precomputed-tables = []
|
||||||
legacy_compatibility = []
|
legacy_compatibility = []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue