Get started
4 commitsLast commit ≈ 3 months ago
Code underlying: Fast Multi-party Private Set Operations in the Star Topology from Secure ANDs and ORs
This library implements private OR and AND operations, and provides protocols that use these subprotocols to achieve private set operations. Specifically, we support multi-party private set intersections and multi-party private set unions.
Build the code using cargo build --release
, then follow the help from the command line interface when running it (e.g. using cargo run --release
).
There is no data.