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

Method compute_enc_dash

FHEOffline/DistKeyGen.cpp:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void DistKeyGen::compute_enc_dash(const vector<Rq_Element>& bs)
138{
139 b = sum(bs);
140 compute_enc_dash();
141}
142
143void DistKeyGen::compute_enc_dash()
144{

Callers 2

fakeMethod · 0.80
Run_Gen_ProtocolFunction · 0.80

Calls 6

sumFunction · 0.85
Encrypt_Rq_ElementFunction · 0.85
raise_levelMethod · 0.80
mul_by_p1Method · 0.80
assignMethod · 0.45
negateMethod · 0.45

Tested by

no test coverage detected