Function deserialize_evalcheck_proof

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

Deserializes the EvalcheckProof object from the given transcript.