Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
178
void DistKeyGen::sum_enc(const vector<Ciphertext>& encs)
179
{
180
enc = sum(encs);
181
}
182
183
void DistKeyGen::finalize(FHE_PK& pk, FHE_SK& sk)
184
{
Callers
1
Run_Gen_Protocol
Function · 0.80
Calls
1
sum
Function · 0.85
Tested by
no test coverage detected