Hi,
CompactCiphertextList is convenient because it only requires a public key. Specifically, it does not require set_server_key.
It can be built with cleartexts.
I have use cases where ciphertexts after Fhe ops need to be compacted and serialized for transmission or storage. Is it possible to do that?
Thanks.