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

Fix bug in EvalChebyshevSeriesPS #769

Closed andreea-alexandru closed 1 month ago

andreea-alexandru commented 2 months ago

It seems that some of the ciphertexts for powers were assigned instead of cloned in EvalChebyshevSeriesPS and InnerEvalChebyshevSeriesPS, and this was causing an error for polynomial degree = 6.