Merge pull request #33 from mir-protocol/observe_quotient_root

Observe root of tree containing quotient poly data
This commit is contained in:
Daniel Lubarov 2021-05-06 08:36:09 -07:00 committed by GitHub
commit e44fbb86d0

View File

@ -127,6 +127,7 @@ pub(crate) fn prove<F: Field>(
}
let quotient_polys_tree =
MerkleTree::new(transpose_poly_values(all_quotient_poly_chunk_ldes), true);
challenger.observe_hash(&quotient_polys_tree.root);
info!(
"{:.3}s to compute quotient polys and their LDEs",
quotient_polys_start.elapsed().as_secs_f32()