Skip to content

Releases: openfheorg/openfhe-development

Release v1.0.3

17 Mar 18:00
122f470
Compare
Choose a tag to compare
  • Corrects the noise estimation for BGV/BFV multiparty scenarios (#273)
  • Adjusts the logic when trying to bootstrap CKKS ciphertexts with remaining levels (#305)
  • Adds exception handling for several reported issues
  • Fixes several examples
  • Includes several documentation fixes

The detailed list is available at https://github.com/openfheorg/openfhe-development/pulls?q=is%3Apr+is%3Aclosed+milestone%3A%22Release+1.0.3%22

Release v1.0.2

23 Dec 18:09
83a5274
Compare
Choose a tag to compare
  • Fixes several compilation errors affecting selected environments
  • Includes several documentation fixes

Stable release v1.0.1

01 Dec 00:48
c48c41c
Compare
Choose a tag to compare

First stable release of OpenFHE

  • Fixes the serialization bug affecting DM/CGGI schemes (binfhe module)
  • Adds support for the Emscripten compiler (for WebAssembly compilation)

Pre-release v1.0.0

03 Nov 19:15
5fc1a84
Compare
Choose a tag to compare
Pre-release v1.0.0 Pre-release
Pre-release
  • Doubles the precision of CKKS bootstrapping
  • Adds support for evaluating arbitrary smooth functions, including logistic function, sine, cosine, and division
  • Implements recommendations for INDCPA^D secure implementation of CKKS proposed in https://eprint.iacr.org/2022/816 (CRYPTO'22)
  • Adds a new security mode for threshold FHE
  • Fixes many bugs

Pre-release v0.9.5

17 Oct 18:04
6fd1a49
Compare
Choose a tag to compare
Pre-release v0.9.5 Pre-release
Pre-release
  • Improves precision of CKKS bootstrapping
  • Fixes a building error in MacOS
  • Includes other small bug fixes

Pre-release v0.9.4

06 Oct 17:07
a82c4d9
Compare
Choose a tag to compare
Pre-release v0.9.4 Pre-release
Pre-release
  • Fixes build errors for NATIVE_SIZE=32
  • Includes other small bug fixes

Pre-release v0.9.3

16 Sep 21:21
f4def82
Compare
Choose a tag to compare
Pre-release v0.9.3 Pre-release
Pre-release
  • Fixes build errors in MinGW
  • Fixes a compilation error with g++ 12
  • Includes fixes for the Proxy Re-Encryption functionality

Pre-release v0.9.2

19 Aug 01:20
1276c9e
Compare
Choose a tag to compare
Pre-release v0.9.2 Pre-release
Pre-release
  • Fixes a compilation error for some versions of MacOS
  • Fixes a problem with docker configuration
  • Includes bug fixes from PALISADE v1.11.7
  • Adds support for RISC-V architecture
  • Small optimizations for some of the CKKS operations

Pre-release v0.9.1

21 Jul 20:03
Compare
Choose a tag to compare
Pre-release v0.9.1 Pre-release
Pre-release
  • Fixes a compilation error for NATIVE_SIZE=128 in MacOS
  • Fixes small bugs

Pre-release v0.9.0

19 Jul 01:23
27cfe47
Compare
Choose a tag to compare
Pre-release v0.9.0 Pre-release
Pre-release

Initial pre-release of OpenFHE.

Includes all prior FHE functionality of PALISADE. Also adds the following new features: