MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / next_covert

Method next_covert

FHEOffline/EncCommit.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76template<class T,class FD,class S>
77void EncCommit<T,FD,S>::next_covert(Plaintext<T,FD,S>& mess, vector<Ciphertext>& C) const
78{
79 covert_generation(mess, C, {size_t(P->num_players()), pk}, P, num_runs, cond);
80}
81
82template <class FD>
83void covert_generation(Plaintext_<FD>& mess, vector<Ciphertext>& C,

Callers

nothing calls this directly

Calls 2

covert_generationFunction · 0.85
num_playersMethod · 0.45

Tested by

no test coverage detected