pub fn deserialize_evalcheck_proof<B: Buf>(
transcript: &mut TranscriptReader<'_, B>,
) -> Result<EvalcheckHint, Error>
Expand description
Deserializes the EvalcheckProof
object from the given transcript.
pub fn deserialize_evalcheck_proof<B: Buf>(
transcript: &mut TranscriptReader<'_, B>,
) -> Result<EvalcheckHint, Error>
Deserializes the EvalcheckProof
object from the given transcript.