openfhe-rs icon indicating copy to clipboard operation
openfhe-rs copied to clipboard

Serialize to memory

Open mikelodder7 opened this issue 1 year ago • 0 comments

Currently the API only support serializing to a file. When running MPC methods, these methods will need to be serialized to memory to be able to send over the wire. Since this is the case, it shouldn't be much more of a lift to serialize to a stream like Vec<u8>

mikelodder7 avatar Nov 12 '24 22:11 mikelodder7