Skip to content

Commit

Permalink
add feature flags for auto-release of hw and warnings on sw fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Mar 28, 2024
1 parent 94a4720 commit 0077595
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion curve25519-dalek/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 0077595

Please sign in to comment.