Function proof_evaluation_to_list_opt

Source
pub fn proof_evaluation_to_list_opt<F: FieldWitness>(
    e: &ProofEvaluations<PointEvaluations<Vec<F>>>,
    hack_feature_flags: OptFlag,
) -> Vec<Opt<PointEvaluations<Vec<F>>>>
Expand description