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