You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sphinx_rsts/misc/contributors.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,8 @@ We gratefully acknowledge intellectual and software contributions to the library
55
55
56
56
* Kevin King (Massachusetts Institute of Technology)
57
57
58
+
* Jeremy Kun (Google)
59
+
58
60
* Yongwoo Lee (Samsung Advanced Institute of Technology, Inha University)
59
61
60
62
* Thomas (Zeyu) Liu (Duality Technologies, Columbia University, Yale University)
@@ -109,6 +111,8 @@ We gratefully acknowledge intellectual and software contributions to the library
109
111
110
112
* Michael Walter (University of California San Diego)
111
113
114
+
* Hongren Zheng (Tsinghua University)
115
+
112
116
* Vincent Zucca (Universite de Perpignan Via Domitia, LIRMM, University of Montpellier, KU Leuven)
113
117
114
118
**Note.** We have attempted to make an as inclusive a list as possible to identify contributors, but we may of forgotten some important contributors. Any oversights are unintentional. If we neglected to identify your contribution, please let us know and we'll update our listing. If you are on the list of contributors and you'd prefer not to be, please let us know and we'll similarly update our list.
Copy file name to clipboardExpand all lines: docs/static_docs/Release_Notes.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
07/11/2025: OpenFHE 1.3.1 (stable) is released
2
+
3
+
* Updates the noise estimation models for BGV and BFV, making them slightly more conservative (roughly 1 extra bit is added for each multiplicative level) (#1004)
4
+
* Removes extra rotation indices in CKKS bootstrapping (#998)
5
+
* Fixes a bug with CKKS bootstrapping for N=2^17 (#996)
6
+
* Improves exception handling
7
+
* Fixes several other bugs
8
+
9
+
The detailed list of changes is available at https://github.com/openfheorg/openfhe-development/issues?q=is%3Aissue+milestone%3A%22Release+1.3.1%22
10
+
1
11
05/21/2025: OpenFHE 1.3.0 (development) is released
2
12
3
13
* Adds the composite scaling modes to CKKS based on https://eprint.iacr.org/2023/1462 (see https://github.com/openfheorg/openfhe-development/blob/main/src/pke/examples/COMPOSITE_SCALING.md for more details)
0 commit comments