tpe

Function verify_dk_share

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

The function asserts that the ciphertext is valid.