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

Granular access for encoding/decoding #733

Open andreea-alexandru opened 3 months ago

andreea-alexandru commented 3 months ago

It sometimes makes sense to allow more granular access to plaintexts when encrypting/decrypting, i.e, perform decryption without decoding. Also, we should not allow access to the CKKS decrypted polynomials before flooding is applied.