openfheorg / openfhe-development

This is the development repository for the OpenFHE library. The current (stable) version is v1.2.0 (released on June 25, 2024).
BSD 2-Clause "Simplified" License
663 stars 170 forks source link

Introduce VectorLWECipherText with cached validation flag #737

Open arcturusannamalai opened 3 months ago

arcturusannamalai commented 3 months ago
yspolyakov commented 2 months ago

I suggest discussing this further. The idea of adding a vector of LWE ciphertexts is reasonable but it is worth discussing how to do it first.

arcturusannamalai commented 2 months ago

@yspolyakov - thank you for the note; there are few use cases:

As for the implementation I can think of two strategies,

Let me know what are your thoughts