MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / generate

Method generate

FHEOffline/DataSetup.cpp:206–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204
205template<class FD>
206void PartSetup<FD>::generate(Player& P, MachineBase&, int plaintext_length,
207 int sec)
208{
209 generate_setup(P.num_players(), plaintext_length, sec,
210 INTERACTIVE_SPDZ1_SLACK, false);
211}
212
213template<class FD>
214void PartSetup<FD>::check(Player& P, MachineBase& machine)

Callers

nothing calls this directly

Calls 2

generate_setupFunction · 0.85
num_playersMethod · 0.45

Tested by

no test coverage detected