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

Method init

FHEOffline/EncCommit.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30// Set up for covert
31template<class T,class FD,class S>
32void EncCommit<T,FD,S>::init(const Player& PP,const FHE_PK& fhepk,int params,condition cc)
33{
34 P=&PP; pk=&fhepk;
35 num_runs=params; cond=cc;
36 covert=true;
37}
38
39
40// Set up for active

Callers 1

new_generatorMethod · 0.45

Calls 6

not_implementedClass · 0.85
get_paramsMethod · 0.80
CiphertextClass · 0.50
resizeMethod · 0.45
num_playersMethod · 0.45
assign_zeroMethod · 0.45

Tested by

no test coverage detected