Skip to content

Commit

Permalink
Remove descriptive-gate dependency for OPRF
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Nov 6, 2023
1 parent 164ab6d commit 0cfa5dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ compact-gate = ["ipa-macros/compact-gate"]
# Standalone aggregation protocol. We use IPA infra for communication
# but it has nothing to do with IPA.
aggregate-circuit = []
ipa-prf = ["descriptive-gate"]
# IPA protocol based on OPRF
ipa-prf = []

[dependencies]
aes = "0.8.3"
Expand Down

0 comments on commit 0cfa5dd

Please sign in to comment.