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.
pub fn verify_decryption_key_share(
pks: &PublicKeyShare,
dks: &DecryptionKeyShare,
ct: &CipherText,
commitment: &Hash,
) -> bool
The function asserts that the ciphertext is valid.