Maximum length vector that can be encrypted.
LittleDonkey7 opened this issue · 2 comments
LittleDonkey7 commented
I would like to ask you what is the maximum length of vector that can be calculated. I tried to generate encryption parameters for a vector of length 1000, but it took too long. Is it theoretically possible to generate encryption parameters of this order of magnitude, and in practice?
kevinlewi commented
That's a good question. In theory, nothing should prevent the generation of encryption parameters for a vector of length 1000, though the experiments we ran were for vectors of length 50.
kevinlewi commented
(Closing this issue but feel free to re-open if there is followup)