-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Occur error when run the frontend.exe with different size of set for each party #11
Comments
No idea, look at the code. But likely if the implementation section of the paper doesn't benchmarked different size sets then they didn't implement it. Not my paper |
Sorry! It's my fault. |
Thanks for reply! |
@nitrieu Sorry to disturb you. I'm learning the code for KMPRT17, but the question of set size mentioned above I can't execute the frontend.exe successfully, so could you please have a look? Thanks! |
hello! I also have this problem, do you have idea now? |
I took a look at the code and it appears to assume all parties have the same set size. Looks like this is the file to modify. https://github.com/osu-crypto/MultipartyPSI/blob/implement/frontend/OtBinMain.cpp Does not look like a simple fix... |
When I execute the program with different size of set for each party, such as:
![image](https://user-images.githubusercontent.com/64449233/174485246-5cf234a9-e6b2-4965-a691-8eb649bb8e4c.png)
P1: 2^12
P2: 2^14
P3: 2^16...
The program will throw exception. But I find that the paper KMP+2017 said that the OPPRF supports the different size of set:
So, how to solve this question? Thanks.
The text was updated successfully, but these errors were encountered: