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

Can we encrypt multi-dimensional arrays? #204

Closed
Deepthiappasani opened this issue Jun 21, 2023 · 3 comments
Closed

Can we encrypt multi-dimensional arrays? #204

Deepthiappasani opened this issue Jun 21, 2023 · 3 comments
Labels
Functionality Wether this library supports a certain operation or not

Comments

@Deepthiappasani
Copy link

Deepthiappasani commented Jun 21, 2023

like I've 2 arrays:
array1 = [[1.1,2.2],[1.5,2.5]]
array2 = [[5.5,6.6],[4.5,6.7]]

can we encrypt these arrays using CKKS scheme?

@Deepthiappasani Deepthiappasani added the Functionality Wether this library supports a certain operation or not label Jun 21, 2023
@ibarrond
Copy link
Owner

ibarrond commented Jun 23, 2023 via email

@Deepthiappasani
Copy link
Author

Thank you ibarrond for the neat explanation.
As we are mentioning the qi_sizes in CKKS which is similar to mentioning multiplicative depth of a circuit. Does this mean the CKKS scheme is SHE but not FHE?

@ibarrond
Copy link
Owner

ibarrond commented Jun 24, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Functionality Wether this library supports a certain operation or not
Projects
None yet
Development

No branches or pull requests

2 participants