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

Method done

BMR/Party.cpp:190–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
189
190void BaseParty::done() {
191 cout << "Online phase took " << online_timer.elapsed() << " seconds" << endl;
192 _node->Send(SERVER_ID, get_buffer(TYPE_DONE));
193 _node->Stop();
194}
195
196ProgramParty::ProgramParty() :
197 spdz_storage(0), garbled_storage(0), spdz_counters(SPDZ_OP_N),

Callers 3

andrsMethod · 0.45
get_spdz_wireMethod · 0.45
waitMethod · 0.45

Calls 3

elapsedMethod · 0.45
SendMethod · 0.45
StopMethod · 0.45

Tested by

no test coverage detected