-
Notifications
You must be signed in to change notification settings - Fork 195
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
Updates main to v1.2.1 #866
Merged
Merged
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
* Added a virtual destructor to the class Params<> as the class has virtual functions. * Fixed bugs revealed by g++-14 * Disabled code in UnitTestBlockAllocate.cpp because of errors in blockAllocator --------- Co-authored-by: Dmitriy Suponitskiy <dsuponitskiy@dualitytech.com>
* fix for -Wshift-op-parentheses warning in ubintnat.h * remove clang-specific logic to ignore compiler warnings
Co-authored-by: Dmitriy Suponitskiy <dsuponitskiy@dualitytech.com>
Additional parameter validations for BGV
Co-authored-by: Dmitriy Suponitskiy <dsuponitskiy@dualitytech.com>
* Replaced generic_workflow.yml@github-ci with generic_workflow.yml@822-gcc-14-github-ci * Added new compiler support (up to g++-14 and clang++-18) --------- Co-authored-by: Dmitriy Suponitskiy <dsuponitskiy@dualitytech.com>
…838) * Call InsertEvalMultKey() instead of using s_evalMultKeyMap directly * Throw exception on inserting key vector with the same keyTag --------- Co-authored-by: Dmitriy Suponitskiy <dsuponitskiy@dualitytech.com>
* Removed the inclusion of cryptocontext.h from gen-cryptocontext-params.h * Added a new macro UNIT_TEST_HANDLE_ALL_EXCEPTIONS * Removed an overloaded version of InsertEvalMultKey() as it caused problems for openfhe-python --------- Co-authored-by: Dmitriy Suponitskiy <dsuponitskiy@dualitytech.com>
…oContextImpl (#843) Co-authored-by: Dmitriy Suponitskiy <dsuponitskiy@dualitytech.com>
Co-authored-by: Dmitriy Suponitskiy <dsuponitskiy@dualitytech.com>
Co-authored-by: Yuriy Polyakov <ypolyakod@dualitytech.com>
Update to v1.2.1
Co-authored-by: Dmitriy Suponitskiy <dsuponitskiy@dualitytech.com>
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.