Suppose we have a server and 2 parties such as the examples mentioned in Palisade, specifically the second thresh example where the server computes on the cipher-texts and the clients independently compute the final decryption.
If we were to have more than 2 parties, do all of these parties need to share and store every keyswitch, mult and sum key?
Currently, I’m generating the cc, keypair, keyswitch and sum keys in the server and I share those to the clients, so that the clients will generate their corresponding keys. Is there a reason to keep let’s say sum key of the client in the server since we only need the Joined version of the sum keys?