pub fn batch_dlog_accumulator_check<G: CommitmentCurve>(
urs: &SRS<G>,
comms: &[G],
chals: &[G::ScalarField],
) -> boolExpand description
Check a batch of dlog accumulator commitments.
ยงPanics
Panics if comms is non-empty and chals.len() is not a
multiple of comms.len().