pub fn partial_decrypt(
share: &DecryptionShare,
blob: &EncryptedBlob,
) -> Result<PartialDecryption, EciesError>Expand description
Compute a partial decryption: share * R where R is the blob’s ephemeral public key.
pub fn partial_decrypt(
share: &DecryptionShare,
blob: &EncryptedBlob,
) -> Result<PartialDecryption, EciesError>Compute a partial decryption: share * R where R is the blob’s ephemeral public key.