Releases: openfheorg/openfhe-python
Release v0.8.10
- Adds missing BinFHE API calls
- Minor bug fixes
For more detailed information, please see https://github.com/openfheorg/openfhe-python/issues?q=is%3Aissue+milestone%3A%22Release+0.8.10%22
Release v0.8.9
- Adds new serialization features (serializing to buffers)
- Updates to OpenFHE v1.2.1
- Includes minor bug fixes
For more detailed information, please see https://github.com/openfheorg/openfhe-python/issues?q=is%3Aissue+milestone%3A%22Release+0.8.9%22
Release v0.8.8
- Updates to OpenFHE v1.2.0
- Adds GetCoefPackedValue
Release v0.8.7
- Adds unit tests
- Exposes new methods from OpenFHE
For more detailed information, please see https://github.com/openfheorg/openfhe-python/issues?q=is%3Aissue+milestone%3A%22Release+0.8.7%22+
Pre-release v0.8.5
- Adds a Docker file
- Adds support for serializing EvalKey's (for Proxy Re-Encryption)
- Adds GetSlots/SetSlots to the ciphertext API
Pre-release v0.8.4
Fixes the compilation bug introduced by OpenFHE v1.1.2 (#96)
Pre-release v0.8.3
Adds new features introduced in v1.1:
- Methods needed for scheme switching + example
- Interactive CKKS bootstrapping
- New FHEW bootstrapping method (LMKCDEY)
- Proxy Re-Encryption
Pre-release v0.8.2
- Adds EvalAdd for ciphertext and plaintext
- Updates the API documentation
For more details, see https://github.com/openfheorg/openfhe-python/issues?q=is%3Aissue+milestone%3A%22Release+0.8.2%22+is%3Aclosed
Pre-release v0.8.1
- Adds support for threshold (multiparty) FHE
- Adds support for serialization
- Fixes a bug in the CKKS bootstrapping example
For more details, see https://github.com/openfheorg/openfhe-python/issues?q=is%3Aissue+milestone%3A%22Release+0.8.1%22
Pre-release v0.8.0
Initial pre-release of the official Python OpenFHE wrapper.