Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
155
void DistKeyGen::compute_enc(const vector<Ciphertext>& enc_dashs)
156
{
157
enc_dash = sum(enc_dashs);
158
compute_enc();
159
}
160
161
void DistKeyGen::compute_enc()
162
{
Callers
2
fake
Method · 0.80
Run_Gen_Protocol
Function · 0.80
Calls
7
sum
Function · 0.85
quasi_encrypt
Method · 0.80
Rq_Element
Class · 0.50
mul
Function · 0.50
add
Function · 0.50
assign_zero
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected