Skip to content

Commit

Permalink
Prepare for future features for fp
Browse files Browse the repository at this point in the history
(say that 5 times fast)
  • Loading branch information
JoeyBF committed Nov 21, 2023
1 parent 4d99891 commit 294ed62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ext/crates/fp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@ build_const = "0.2.2"

[features]
default = ["odd-primes"]

concurrent = ["rayon"]
json = ["serde_json", "serde"]

large-primes = ["odd-primes"]
odd-primes = []
prime-powers = []

[[bench]]
name = "criterion"
Expand Down

0 comments on commit 294ed62

Please sign in to comment.