-
Notifications
You must be signed in to change notification settings - Fork 60
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
How to use SPDZ: Alternative to DUMMY preprocessing? #312
Comments
As to question 1: The dummy preprocessing strategy is simply simulating having a real preprocessing strategy. It just makes the preprocessing material locally on the fly. The way it does so, should be pretty simple, so it shouldn't really have large impact on performance. As to question 2: You need to setup the spdz resource pool to use the |
Closed this issue, as there does not seem to be any follow up questions. If you need more help, please let us know. |
Thank you for your timely answer, and sorry for my delay. |
Yes, the dummy preprocessing is done in a completely insecure way. It's mainly meant for testing and demo's. With preprocessing such as MASCOT or Overdrive, you may be able to do the preprocessing in advance and then save the resulting preprocessed material to use later in the online computation (#314 is working to support this). In that case the online computation would theoretically perform similar to when using the dummy preprocessing. Of course, doing the preprocessing would take much longer than the online computation. |
I am closing this again. Let us know if there are any follow up questions. |
I would like to use the SPDZ implementation provided by FRESCO.
SPDZ uses an offline phase for preprocessing in order to provide an efficient online phase for computation.
Question 1: Is it right, that using DUMMY as preprocessing strategy influences the performance of the online phase negatively?
Question 2: What technical steps do I have to do in order to let FRESCO execute SPDZ as intended (ie. a real preprocessing phase and probably a faster online phase)?
My goal is is use SPDZ in FRESCO as realistically as currently possible.
I already considered #34 and #112 and also did not find anything insightful in the documentation.
Thank you in advance!
The text was updated successfully, but these errors were encountered: