This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Description
Hi, I was trying to transmit a ipcl::CipherText object between 2 servers but found that it does not seem to be serializable. It would be nice to add a serialization interface for ipcl::CipherText since both the public key and cipher text will get transmitted in many HE based applications. Thanks.