Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to v1.2.2 #895

Merged
merged 15 commits into from
Oct 29, 2024
Merged

Update to v1.2.2 #895

merged 15 commits into from
Oct 29, 2024

Conversation

yspolyakov
Copy link
Contributor

No description provided.

dsuponitskiy and others added 15 commits October 7, 2024 09:53
* Fix unnecessary data copies by correctly using std::move

* Eliminated more unnecessary data copies

* performance tuning

* Added move semantics

* Code clean up

---------

Co-authored-by: Lei Chen <[email protected]>
Co-authored-by: Dmitriy Suponitskiy <[email protected]>
Co-authored-by: Carlo Pascoe <[email protected]>
Co-authored-by: Dmitriy Suponitskiy <[email protected]>
* added move constructor for RLWECiphertextImpl

* add initial extended functionality to EvalBinGate and Bootstrapping

* additional extended functionality; bug fix for pk encryption; performance optimizations

* unit tests for extended functionality

* bug fix for BinFHEScheme::BootstrapFunc()

* update to binfhe-paramsets benchmark

* update to operator<<(std::ostream& s, BINFHE_OUTPUT f);

* limit use of FRESH BINFHE_OUTPUT

* limit use of FRESH and BOOTSTRAPPED BINFHE_OUTPUT

* changed default BINFHE_OUTPUT for secret key encryption to SMALL_DIM
* Multiple changes for external PRNG

* Changes for external PRNG

* Corrections to the PRNG changes

* Addressed code review comments

* Correction to the condition allowing g++ only for external PRNG

---------

Co-authored-by: Dmitriy Suponitskiy <[email protected]>
* added BFV unit tests for 45-bit plaintext moduli

* changed the comment from 45-bit to 46-bit plaintext modulus

---------

Co-authored-by: Yuriy Polyakov <[email protected]>
Co-authored-by: Dmitriy Suponitskiy <[email protected]>
* fixed the logic for estimating the hybrid key switching digit size

* removed a dead branch

---------

Co-authored-by: Yuriy Polyakov <[email protected]>
link to simple-real-numbers.cpp was broken

Co-authored-by: rarzberger4 <[email protected]>
* intt optimization

* added comments

* more comments

* omega[bitreversed(1)] * (n inverse) no longer precomputed
* Added documentation for external PRNGs, simplified a Blake2Engine constructor

* Altered the documentation

* Documentation changes

* Documentation changes

* Documentation formatting

* Update prng.rst

* Addressed review comments and added a condition for '#include <dlfcn.h>'

---------

Co-authored-by: Dmitriy Suponitskiy <[email protected]>
Co-authored-by: pascoec <[email protected]>
* fixed a bug with parameter selection

* Addressed review comments

---------

Co-authored-by: Yuriy Polyakov <[email protected]>
Co-authored-by: Dmitriy Suponitskiy <[email protected]>
Co-authored-by: Yuriy Polyakov <[email protected]>
@yspolyakov yspolyakov added the new release new release label Oct 28, 2024
@yspolyakov yspolyakov added this to the Release 1.2.2 milestone Oct 28, 2024
@yspolyakov yspolyakov merged commit 14a03e6 into main Oct 29, 2024
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new release new release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants