SEAL
SEAL copied to clipboard
How to deserialize Ciphertext
Hello, I recently encountered a problem while developing communication programs between C # servers and clients using the nuget package provided by SEAL. My idea is that the client encrypts the data into Ciphertext, serializes it into JSON, and sends it to the server. After receiving JSON, the server deserializes it into Ciphertext objects. However, I have found that many properties in Ciphertext do not have a set method, so deserialization will have problems, How should this problem be handled? Looking forward to everyone's recovery
I have the same question for node-seal <-> sunscreen_fhs, so I'm also interested in the answer for the above