-
Notifications
You must be signed in to change notification settings - Fork 200
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
Update to v1.2.2 #895
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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]>
…ding methods (#881) Co-authored-by: Yuriy Polyakov <[email protected]>
Added graphviz
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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.