Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ sum_a
Method
sum_a
FHEOffline/DistKeyGen.cpp:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
void DistKeyGen::sum_a(const vector<Rq_Element>& as)
125
{
126
a = sum(as);
127
}
128
129
void DistKeyGen::compute_b()
130
{
Callers
1
Run_Gen_Protocol
Function · 0.80
Calls
1
sum
Function · 0.85
Tested by
no test coverage detected