Skip to main content

challenge

pub fn challenge<C: Curve, D: Digest>(
    shared_state: &impl Digestable,
    aux: &Aux,
    data: Data<'_, C>,
    commitment: &Commitment<C>,
    security: &SecurityParams,
) -> Challenge
Expand description

Deterministically compute challenge based on prior known values in protocol