pub fn challenge<E: Curve, D: Digest>(
shared_state: &impl Digestable,
aux: &Aux,
data: Data<'_, E>,
commitment: &Commitment<E>,
security: &SecurityParams,
) -> ChallengeExpand description
Deterministically compute challenge based on prior known values in protocol