pub fn decode_compute_snark(
reader: impl Read,
result_len: u16,
is_aggregation: bool,
) -> Result<AxiomV2ComputeSnark>Expand description
Decoder from compute_proof in bytes into AxiomV2ComputeSnark.
reader should be a reader on compute_proof in AxiomV2ComputeQuery.