Add the functional bootstrapping method for continuous variables from 2026/367 (EUROCRYPT'26) to the CKKS implementation in OpenFHE. Use https://github.com/fyhssgss/FEFBS as the starting point.
The plan for initial steps.
- Create a feature branch in openfhe-development.
- Add unit tests for the cases that are supported.
- Add support for UNIFORM_TERNARY + unit tests for it.
- Add support for FLEXIBLE* + FIXEDAUTO + unit tests for it.
Add the functional bootstrapping method for continuous variables from 2026/367 (EUROCRYPT'26) to the CKKS implementation in OpenFHE. Use https://github.com/fyhssgss/FEFBS as the starting point.
The plan for initial steps.