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

Packing variants and allowed functions #732

Open andreea-alexandru opened 3 months ago

andreea-alexandru commented 3 months ago

Currently, rotations are implemented only for the slot packing logic. However, EvalAtIndex can be called for coefficient packed encoding too, but returns an unexpected result (not the rotated coefficients).