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

Method run

OT/OTTripleSetup.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void OTTripleSetup::run(int i)
45{
46 baseOTs.at(i)->set_receiver_inputs(base_receiver_inputs);
47 baseOTs.at(i)->exec_base(false);
48 baseSenderInputs.at(i) = baseOTs.at(i)->sender_inputs;
49 baseReceiverOutputs.at(i) = baseOTs.at(i)->receiver_outputs;
50}
51
52void OTTripleSetup::close_connections()
53{

Callers 1

run_otFunction · 0.45

Calls 2

set_receiver_inputsMethod · 0.80
exec_baseMethod · 0.80

Tested by

no test coverage detected