Relevant documentation
It is related to this section:
https://mp-spdz.readthedocs.io/en/latest/preprocessing.html
The question
I am trying to run MP-SPDZ with the spdz2k protocol. We want to turn off the preprocessing. We see there is a way to generate fake triples then use them inside the program using the flag -F. This method still requires reading from a file. Is there a way to disable reading from files and maybe populate the triples with just zeros? If not, is there an easy way to do so in the code? Would appreciate some code pointers.
Relevant documentation
It is related to this section:
https://mp-spdz.readthedocs.io/en/latest/preprocessing.html
The question
I am trying to run MP-SPDZ with the spdz2k protocol. We want to turn off the preprocessing. We see there is a way to generate fake triples then use them inside the program using the flag
-F. This method still requires reading from a file. Is there a way to disable reading from files and maybe populate the triples with just zeros? If not, is there an easy way to do so in the code? Would appreciate some code pointers.