Skip to content

Release v1.3.1

Choose a tag to compare

@yspolyakov yspolyakov released this 11 Jul 15:52
· 43 commits to main since this release
3236208
  • API change: Previously, const plaintexts were silently modified; the const qualifier now has to be removed in these cases; see #1046 for more details (#970)
  • 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)
  • Removes extra rotation indices in CKKS bootstrapping (#998)
  • Fixes a bug with CKKS bootstrapping for N=2^17 (#996)
  • Improves exception handling
  • Fixes several other bugs

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