Closed PTRFmX closed 1 year ago
Hi @PTRFmX
Thank you very much for the suggestion. Serialization and deserialization support for PlainText
and CipherText
has been added in PR #75, and the PR is merged into development
branch. Please update your code and have a try.
Thanks for the update!
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 foripcl::CipherText
since both the public key and cipher text will get transmitted in many HE based applications. Thanks.