Closed
Description
I was trying to encrypt a vector of size 256134568 which is way larger than the Poly_modulus_degree (N) that Pyfhel accepts.
However, I tried to do it by dividing the vector into different chunks. But it isn't time efficient. Can you suggest any workaround or more efficient way to do it? In some papers, I've seen the brief mentions of Batch Enabling, does this relate to my concern? Can you provide me more context or how to enable batching or its usecase?