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

fixed a bug with mult depth = 0 for CKKS FLEXIBLEAUTO* modes #741

Closed yspolyakov closed 2 months ago

yspolyakov commented 2 months ago

The wrong scaling factor was used for FLEXIBLEAUTO* modes at multiplicative depth = 0. It was using the first modulus size instead of the scaling factor. Now it is corrected.