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

Function main

Utils/he-example.cpp:14–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12void second_phase(string filename);
13
14int main()
15{
16 for (int n_mults = 0; n_mults < 2; n_mults++)
17 for (int sec = 0; sec <= 120; sec += 40)
18 {
19 string filename = "mp-spdz-he";
20 first_phase(filename, n_mults, sec);
21 second_phase(filename);
22 }
23}
24
25void first_phase(string filename, int n_mults, int circuit_sec)
26{

Callers

nothing calls this directly

Calls 2

first_phaseFunction · 0.85
second_phaseFunction · 0.85

Tested by

no test coverage detected