- Adds the composite scaling modes to CKKS based on High-precision RNS-CKKS on fixed but smaller word-size architectures: theory and application (see openfhe-development/src/pke/examples/COMPOSITE_SCALING.md at main · openfheorg/openfhe-development · GitHub for more details)
- Adds two-party interactive CKKS bootstrapping from Collaborative Privacy-Preserving Analysis of Oncological Data using Multiparty Homomorphic Encryption (see openfhe-development/src/pke/examples/INTERACTIVE_BOOTSTRAPPING.md at main · openfheorg/openfhe-development · GitHub for more details)
- Enables the complex-number arithmetic in CKKS (#964)
- Makes OpenFHE compatible with Emscripten 3.x and 4.x (see GitHub - openfheorg/openfhe-wasm: Official Webassemly (NodeJS) port of OpenFHE: Work in progress for more details)
- Adds a cleartext version of EvalChebyshevFunction (#959)
- Optimizes the hybrid key switching (#237)
- Fixes several bugs
The detailed list of changes is available at GitHub · Where software is built