openfhe-rs
openfhe-rs copied to clipboard
Serialize to memory
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>