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

The decomposition function outputs multiple SEAL::Ciphertexts #3

Open
khoaguin opened this issue Jan 31, 2023 · 0 comments
Open

The decomposition function outputs multiple SEAL::Ciphertexts #3

khoaguin opened this issue Jan 31, 2023 · 0 comments

Comments

@khoaguin
Copy link

khoaguin commented Jan 31, 2023

I decomposed a vector of 784 positive integers (the symmetric ciphertext) and got a vector of 7 SEAL::Ciphertexts. How should I deal with this? Are these 7 Ciphertexts the 7 parts of the vector and can be concatenated together? I tried to decrypt each ciphertext and assume it has a size of 112 (=784/7) at got a similar vector when concatenating the decrypted outputs, however, there are some information missing in the middle

@khoaguin khoaguin changed the title The decomposition function outputs multiple SEAL::Ciphertexts The decomposition function outputs multiple SEAL::Ciphertexts Jan 31, 2023
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

No branches or pull requests

1 participant