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

Bugfix/he crypto dir resolution #18

Merged
merged 8 commits into from
Jul 8, 2023
Merged

Conversation

stripeli
Copy link
Collaborator

@stripeli stripeli commented Jul 8, 2023

No description provided.

@stripeli stripeli merged commit fdaf689 into dev Jul 8, 2023
@stripeli stripeli deleted the bugfix/he_crypto_dir_resolution branch July 8, 2023 14:02
stripeli added a commit that referenced this pull request Jul 8, 2023
* Refactoring palisade's fully homomorphic encryption codebase to avoid redundant duplication. Still WIP.

* Fixed PyBind implementation for the Encryption Library and added a Python demo example on how to use the library.

* Providing further elaboration on CKKS python example.

* Reorganized the CKKS scheme functions to test which crypto params need to be loaded at each operation independently.

* Finalized CKKS PyBindings after code refactoring.

* Working FHE with CKKS after refactoring. Fixed ciphertext error due to the incompatible batch size that was generating an empty cihpertext.

* Removing redundant array print.
stripeli added a commit that referenced this pull request Jul 12, 2023
* Bugfix/he crypto dir resolution (#18) (#19)

* Refactoring palisade's fully homomorphic encryption codebase to avoid redundant duplication. Still WIP.

* Fixed PyBind implementation for the Encryption Library and added a Python demo example on how to use the library.

* Providing further elaboration on CKKS python example.

* Reorganized the CKKS scheme functions to test which crypto params need to be loaded at each operation independently.

* Finalized CKKS PyBindings after code refactoring.

* Working FHE with CKKS after refactoring. Fixed ciphertext error due to the incompatible batch size that was generating an empty cihpertext.

* Removing redundant array print.

* Revisiting private weighted aggregation test error and decryption function random cipheretxt generation.

* Adding ckks_scheme.cc modification.

* Fixed test use case for private weighted aggregation and added todo items to modify the printed byte stream when the decrypt function is invoked withe wrong arguments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant