You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
khoaguin
changed the title
The decomposition function outputs multiple SEAL::Ciphertexts
The decomposition function outputs multiple SEAL::CiphertextsJan 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 middleThe text was updated successfully, but these errors were encountered: