Hi all,
I have a full packed CKKS ciphertext and I want to reduce the size and therefore the network costs. I found the Compress
function but i have no idea how to use it properly. Can someone explain me how to use it?
Hi all,
I have a full packed CKKS ciphertext and I want to reduce the size and therefore the network costs. I found the Compress
function but i have no idea how to use it properly. Can someone explain me how to use it?
Please see OpenFHE API documentation - Compress and OpenFHE unit tests (search for “Compress”) for examples.