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

Method SubProcessor

Processor/Processor.hpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19template <class T>
20SubProcessor<T>::SubProcessor(ArithmeticProcessor& Proc, typename T::MAC_Check& MC,
21 Preprocessing<T>& DataF, Player& P) :
22 SubProcessor<T>(MC, DataF, P, &Proc)
23{
24}
25
26template <class T>
27SubProcessor<T>::SubProcessor(typename T::MAC_Check& MC,

Callers

nothing calls this directly

Calls 7

set_num_playersMethod · 0.80
set_procMethod · 0.45
initMethod · 0.45
set_protocolMethod · 0.45
set_prepMethod · 0.45
num_playersMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected