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

Method exec_base

OT/BaseOT.cpp:146–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void BaseOT::exec_base(bool new_receiver_inputs)
147{
148#ifndef NO_AVX_OT
149 if (use_avx())
150 exec_base<SIMPLEOT_SENDER, SIMPLEOT_RECEIVER>(new_receiver_inputs);
151 else
152#endif
153 exec_base<ref10_SENDER, ref10_RECEIVER>(new_receiver_inputs);
154}
155
156// See https://eprint.iacr.org/2015/267.pdf
157template<class T, class U>

Callers 4

OTMachineMethod · 0.80
setupMethod · 0.80
runMethod · 0.80
multiplyForTriplesMethod · 0.80

Calls 15

sender_genSFunction · 0.85
send_if_ot_senderFunction · 0.85
receiver_procSFunction · 0.85
receiver_maketableFunction · 0.85
receiver_rsgenFunction · 0.85
receiver_keygenFunction · 0.85
send_if_ot_receiverFunction · 0.85
sender_keygenFunction · 0.85
runtime_errorFunction · 0.85
insecureFunction · 0.85
ReSeedMethod · 0.80
store_bytesMethod · 0.80

Tested by

no test coverage detected