Combines the shares-pair lists produced by each party's
call to int_mp_boot_decrypt() into a single aggregated
shares pair for use in int_mp_boot_encrypt(). The input
is a list of per-party shares-pair lists (a list of lists
of Ciphertext).
Arguments
- cc
A
CryptoContext.A list where each element is a list of
Ciphertextobjects from one party'sint_mp_boot_decrypt()call.
