MCPcopy 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
124void DistKeyGen::sum_a(const vector<Rq_Element>& as)
125{
126 a = sum(as);
127}
128
129void DistKeyGen::compute_b()
130{

Callers 1

Run_Gen_ProtocolFunction · 0.80

Calls 1

sumFunction · 0.85

Tested by

no test coverage detected