Function batch_dlog_accumulator_check

Source
pub fn batch_dlog_accumulator_check<G>(
    urs: &SRS<G>,
    comms: &[G],
    chals: &[G::ScalarField],
) -> bool
where G: CommitmentCurve + AffineRepr,