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

769 fix bug in evalchebyshevseriesps #772

Closed andreea-alexandru closed 1 month ago

andreea-alexandru commented 1 month ago

Fixed bug in polynomial evaluation for degree >= 5 by replacing some assignment operators by cloning operators. A separate issue will take care of streamlining the code.

Closes https://github.com/openfheorg/openfhe-development/issues/769.