tpe

Function verify_decryption_key_share

Source
pub fn verify_decryption_key_share(
    pks: &PublicKeyShare,
    dks: &DecryptionKeyShare,
    ct: &CipherText,
    commitment: &Hash,
) -> bool
Expand description

The function asserts that the ciphertext is valid.