pub fn proof_evaluation_to_list<F: FieldWitness>(
e: &ProofEvaluations<PointEvaluations<Vec<F>>>,
) -> Vec<&PointEvaluations<Vec<F>>>
Expand description
Note: Outdated URL
Note: Different than to_absorption_sequence
https://github.com/MinaProtocol/mina/blob/4af0c229548bc96d76678f11b6842999de5d3b0b/src/lib/pickles_types/plonk_types.ml#L611