In threshold decryption, the lead party calls this first.
Accepts either a single Ciphertext or a list of
Ciphertext objects:
Details
single
Ciphertext: returns a single partially decryptedCiphertext, matching the original single-ciphertext signature.list of
Ciphertext: returns a list of partially decryptedCiphertextobjects of the same length, routed through the C++MultipartyDecryptLead(vector<Ciphertext>, PrivateKey)overload (cryptocontext.h line 3115). Useful when a protocol round needs to partially decrypt a batch in one trip.
