Skip to main content

batch_dlog_accumulator_check

Function batch_dlog_accumulator_check 

Source
pub fn batch_dlog_accumulator_check<G: CommitmentCurve>(
    urs: &SRS<G>,
    comms: &[G],
    chals: &[G::ScalarField],
) -> bool
Expand 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().