Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
137
void DistKeyGen::compute_enc_dash(const vector<Rq_Element>& bs)
138
{
139
b = sum(bs);
140
compute_enc_dash();
141
}
142
143
void DistKeyGen::compute_enc_dash()
144
{
Callers
2
fake
Method · 0.80
Run_Gen_Protocol
Function · 0.80
Calls
6
sum
Function · 0.85
Encrypt_Rq_Element
Function · 0.85
raise_level
Method · 0.80
mul_by_p1
Method · 0.80
assign
Method · 0.45
negate
Method · 0.45
Tested by
no test coverage detected