Hi,
I’m using OpenFHE with the BFV scheme in Python. I serialize a ciphertext with Serialize(ct, BINARY), send it over the network as base64, then decode it back to bytes.
Is there a way to call DeserializeCiphertext() with a byte string directly? The function seems to only accept a file path.
Thanks!