pub fn add_vec_ciphers(
    ek: &EncryptionKey,
    a: &EncodedCiphertext<Vec<u64>>,
    b: &EncodedCiphertext<Vec<u64>>
) -> EncodedCiphertext<Vec<u64>>