pub fn deserialize_evalcheck_proof<Transcript: CanRead, F: TowerField>(
transcript: &mut Transcript,
) -> Result<EvalcheckProof<F>, Error>
Expand description
Deserializes the EvalcheckProof
object from the given transcript.
pub fn deserialize_evalcheck_proof<Transcript: CanRead, F: TowerField>(
transcript: &mut Transcript,
) -> Result<EvalcheckProof<F>, Error>
Deserializes the EvalcheckProof
object from the given transcript.