Skip to content

Commit

Permalink
Add missing feature flag to dalek-ff-group
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Jul 16, 2024
1 parent 9955ef5 commit c0200df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/dalek-ff-group/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ digest = { version = "0.10", default-features = false }
ff = { version = "0.13", default-features = false, features = ["bits"] }
group = { version = "0.13", default-features = false }

crypto-bigint = { version = "0.5", default-features = false }
crypto-bigint = { version = "0.5", default-features = false, features = ["zeroize"] }

curve25519-dalek = { version = ">= 4.0, < 4.2", default-features = false, features = ["alloc", "zeroize", "digest", "group", "precomputed-tables"] }

Expand Down

0 comments on commit c0200df

Please sign in to comment.