| 188 | |
| 189 | |
| 190 | void 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 | |
| 196 | ProgramParty::ProgramParty() : |
| 197 | spdz_storage(0), garbled_storage(0), spdz_counters(SPDZ_OP_N), |