Skip to content

Commit

Permalink
add flag descriptive gate
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Masny committed Nov 2, 2023
1 parent f8d26c9 commit 6c715ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/protocol/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pub mod boolean;
pub mod context;
pub mod dp;
pub mod ipa;
#[cfg(feature = "ipa-prf")]
#[cfg(feature = "descriptive-gate")]
pub mod ipa_prf;
pub mod modulus_conversion;
pub mod prss;
Expand Down
1 change: 0 additions & 1 deletion src/query/runner/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
mod aggregate;
mod ipa;
#[cfg(feature = "ipa-prf")]
mod oprf_ipa;

#[cfg(any(test, feature = "cli", feature = "test-fixture"))]
Expand Down

0 comments on commit 6c715ff

Please sign in to comment.