Function challenge_polynomial

Source
pub fn challenge_polynomial<F: FieldWitness>(
    chals: &[F],
) -> impl Fn(F) -> F + '_
Expand description