Skip to content

Release v1.1.3

Compare
Choose a tag to compare
@yspolyakov yspolyakov released this 05 Mar 00:23
· 88 commits to main since this release
7b08ce1
  • One internal map is now used for all rotation keys, which reduces memory footprint and key generation time for BGV-like schemes (#546)
  • New mechanism for OpenFHE exceptions is added; the old one is still available, but will be removed in a later major release (#668)
  • Low-level optimizations for polynomial arithmetic (minor efficiency improvements for BGV-like schemes)
  • Scheme switching code improvements; note that the API for scheme switching has changed! (#631)
  • Improves runtime for systems with a large number of threads/cores (#617)
  • Fast rotations are now fully operations in BFV (#569)
  • Includes fixes for 18 bugs

The detailed list of changes is available at https://github.com/openfheorg/openfhe-development/issues?q=is%3Aissue+milestone%3A%22Release+1.1.3%22