| 204 | |
| 205 | template<class FD> |
| 206 | void 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 | |
| 213 | template<class FD> |
| 214 | void PartSetup<FD>::check(Player& P, MachineBase& machine) |
nothing calls this directly
no test coverage detected