Skip to content

Commit

Permalink
Merge pull request #1 from encryptogroup/zappot/missing-feature-fix
Browse files Browse the repository at this point in the history
ZappOT: Missing bitpolymul feature
  • Loading branch information
robinhundt authored Jan 29, 2024
2 parents b143d4b + fcccad5 commit 44f5993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/zappot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[features]
silent-ot = ["aligned-vec"]
silent-ot-quasi-cyclic-code = ["silent-ot"]
silent-ot-quasi-cyclic-code = ["silent-ot", "bitpolymul"]
# this feature needs libote which provides bindings to libOTe
# but since gcc seems to not care about backwards compat, this is prone to break...
silent-ot-silver-code = ["libote", "silent-ot"]
Expand Down

0 comments on commit 44f5993

Please sign in to comment.