Skip to main content

partial_decrypt

Function partial_decrypt 

Source
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.