| 225 | |
| 226 | template<class FD> |
| 227 | void PartSetup<FD>::covert_key_generation(Player& P, MachineBase&, int num_runs) |
| 228 | { |
| 229 | Run_Gen_Protocol(pk, sk, P, num_runs, false); |
| 230 | } |
| 231 | |
| 232 | template<class FD> |
| 233 | void PartSetup<FD>::covert_mac_generation(Player& P, MachineBase&, int num_runs) |
no test coverage detected