Skip to content

Commit

Permalink
Fix PRG trait in multithread
Browse files Browse the repository at this point in the history
  • Loading branch information
myl7 committed Oct 6, 2023
1 parent 8226367 commit 80b75af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dpf-fss/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ required-features = ["prg"]
[features]
default = ["multithread"]
prg = ["aes"]
# Not including `dcf/multithread` because we only use its traits and types
multithread = ["rayon"]
multithread = ["rayon", "dcf/multithread"]

[dependencies]
bitvec = "1.0.1"
Expand Down

0 comments on commit 80b75af

Please sign in to comment.