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

Method sum_enc

FHEOffline/DistKeyGen.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void DistKeyGen::sum_enc(const vector<Ciphertext>& encs)
179{
180 enc = sum(encs);
181}
182
183void DistKeyGen::finalize(FHE_PK& pk, FHE_SK& sk)
184{

Callers 1

Run_Gen_ProtocolFunction · 0.80

Calls 1

sumFunction · 0.85

Tested by

no test coverage detected