Visa-Research / volepsi

Efficient Private Set Intersection base on VOLE
MIT License
98 stars 32 forks source link

PaXoS test #52

Closed LiZeKunJava closed 4 months ago

LiZeKunJava commented 8 months ago

Hi Professor, I would like to ask how to output the intersection result of -perf -paxos test. How do I enter my own dataset file to invoke paxos algorithm.

ladnir commented 7 months ago

-perf means its a performance benchmark. Not intended for actual use.

You can see the unit tests for how to use it. https://github.com/Visa-Research/volepsi/blob/main/tests/Paxos_Tests.cpp#L601

LiZeKunJava commented 7 months ago

Thank you very much