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

Method compute_enc

FHEOffline/DistKeyGen.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void DistKeyGen::compute_enc(const vector<Ciphertext>& enc_dashs)
156{
157 enc_dash = sum(enc_dashs);
158 compute_enc();
159}
160
161void DistKeyGen::compute_enc()
162{

Callers 2

fakeMethod · 0.80
Run_Gen_ProtocolFunction · 0.80

Calls 7

sumFunction · 0.85
quasi_encryptMethod · 0.80
Rq_ElementClass · 0.50
mulFunction · 0.50
addFunction · 0.50
assign_zeroMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected