pub fn partial_decrypt(
share: &DecryptionShare,
ciphertext: &Ciphertext,
) -> Result<PartialDecryption, ElGamalError>Expand description
Compute a partial decryption: share * c1.
pub fn partial_decrypt(
share: &DecryptionShare,
ciphertext: &Ciphertext,
) -> Result<PartialDecryption, ElGamalError>Compute a partial decryption: share * c1.