
Threshold decryption convenience: lead + main + fusion in one call
Source:R/multiparty.R
threshold_decrypt.RdPerforms a full n-of-n threshold decryption of ct given the
ordered list of party secret keys. The first key in sks is used
for multiparty_decrypt_lead(); the remaining keys for
multiparty_decrypt_main(); the resulting partials are then
fused with multiparty_decrypt_fusion().