Visa-Research / volepsi

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

How do I run this program? #47

Closed yangchunmian123 closed 11 months ago

yangchunmian123 commented 11 months ago

Hi Professor, I am having some problems reproducing this program as described below: First, I can build the whole program. Here are the parameter settings :

image

Then I can also pass all the unit tests. like this:

image

But at the moment I can only run the -u command and the -perf command. All other commands print out usage information. I've tried several commands to run the PSI protocol, but they always output usage information without actually running the PSI protocol. I'm not very proficient with the code and I can't find out what the problem is, I wonder if the professor can give a set of running examples so that I can determine what's wrong.

ladnir commented 11 months ago

What do you want to run?

yangchunmian123 commented 11 months ago

Hello Professor, I've gradually learned how to run it and I don't have any more questions to ask for the time being, sorry for forgetting to close the dialog in time.