binius_core::protocols::evalcheck

Function deserialize_evalcheck_proof

Source
pub fn deserialize_evalcheck_proof<B: Buf, F: TowerField>(
    transcript: &mut TranscriptReader<'_, B>,
) -> Result<EvalcheckProof<F>, Error>
Expand description

Deserializes the EvalcheckProof object from the given transcript.