| 75 | |
| 76 | template<class T,class FD,class S> |
| 77 | void 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 | |
| 82 | template <class FD> |
| 83 | void covert_generation(Plaintext_<FD>& mess, vector<Ciphertext>& C, |
nothing calls this directly
no test coverage detected