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

Method covert_key_generation

FHEOffline/DataSetup.cpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

HemiPrep.hppFile · 0.45

Calls 1

Run_Gen_ProtocolFunction · 0.85

Tested by

no test coverage detected