pub fn verify_agg_decryption_key(
agg_pk: &AggregatePublicKey,
agg_dk: &AggregateDecryptionKey,
ct: &CipherText,
commitment: &Hash,
) -> bool
Expand description
The function asserts that the ciphertext is valid.
pub fn verify_agg_decryption_key(
agg_pk: &AggregatePublicKey,
agg_dk: &AggregateDecryptionKey,
ct: &CipherText,
commitment: &Hash,
) -> bool
The function asserts that the ciphertext is valid.