-
Notifications
You must be signed in to change notification settings - Fork 42
Update to v1.3.0.0 #223
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
Merged
Merged
Update to v1.3.0.0 #223
Conversation
This file contains hidden or 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
Using the argument mentioned in the error message for cmake when building openfhe-development for 128-bit CKKS yields the following message: Warning: Manually-specified variables were not used by the project: NATIVE_INT Looking at openfhe-development's CMakeLists.txt, the correct argument is -DNATIVE_SIZE.
…ore pythonic - use more Python APIs
…penfhe Added more CryptoContext member functions
…g of PlaintextImpl::GetSchemeID
…pl's virtual functions
Updates required for the new OpenFHE release v1.3.0
… and GetEvalAutomorphismKeyMap().
…penfhe-v2 Multiple fixes, added InsertEvalAutomorphismKey()
* Made Serialize/Deserialize functions available for EvalKeyMap * Additional pair of overloaded Serialize/Deserialize functions * Revert "Additional pair of overloaded Serialize/Deserialize functions" This reverts commit e1bf413. * compilation works * updated the example * Removed commented code * Added SerializeToFile() and organized header files --------- Co-authored-by: Dmitriy Suponitskiy <dsuponitskiy@dualitytech.com> Co-authored-by: Yuriy Polyakov <ypolyakod@dualitytech.com>
* Improved the code for the *BytesWrapper functions, fixed input parameters for some functions, added Compress to binding * Cleanup and formatting --------- Co-authored-by: Dmitriy Suponitskiy <dsuponitskiy@dualitytech.com>
Bind EvalAddMany and minor disclaimer correction
Added GetEvalMultKeyVector() to binding
Updated manual.yml with newer compiler versions
Co-authored-by: Dmitriy Suponitskiy <dsuponitskiy@dualitytech.com>
* Documentation update (1) * Updated documentation for scheme switching and other APIs --------- Co-authored-by: Dmitriy Suponitskiy <dsuponitskiy@dualitytech.com>
…221) Co-authored-by: Dmitriy Suponitskiy <dsuponitskiy@dualitytech.com>
Co-authored-by: Dmitriy Suponitskiy <dsuponitskiy@dualitytech.com>
dsuponitskiy
approved these changes
May 21, 2025
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.