pub fn verify_dk_share(
pks: &PublicKeyShare,
dks: &DecryptionKeyShare,
ct: &CipherText,
commitment: &Hash,
) -> bool
Expand description
The function asserts that the ciphertext is valid.
pub fn verify_dk_share(
pks: &PublicKeyShare,
dks: &DecryptionKeyShare,
ct: &CipherText,
commitment: &Hash,
) -> bool
The function asserts that the ciphertext is valid.