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

Function run_generator

FHEOffline/SimpleMachine.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include "Math/modp.hpp"
21
22void* run_generator(void* generator)
23{
24 ((GeneratorBase*)generator)->run();
25 return 0;
26}
27
28MachineBase::MachineBase() :
29 throughput_loop_thread(0),portnum_base(0),

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected