mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 23:33:07 +00:00
Merge pull request #33 from mir-protocol/observe_quotient_root
Observe root of tree containing quotient poly data
This commit is contained in:
commit
e44fbb86d0
@ -127,6 +127,7 @@ pub(crate) fn prove<F: Field>(
|
|||||||
}
|
}
|
||||||
let quotient_polys_tree =
|
let quotient_polys_tree =
|
||||||
MerkleTree::new(transpose_poly_values(all_quotient_poly_chunk_ldes), true);
|
MerkleTree::new(transpose_poly_values(all_quotient_poly_chunk_ldes), true);
|
||||||
|
challenger.observe_hash("ient_polys_tree.root);
|
||||||
info!(
|
info!(
|
||||||
"{:.3}s to compute quotient polys and their LDEs",
|
"{:.3}s to compute quotient polys and their LDEs",
|
||||||
quotient_polys_start.elapsed().as_secs_f32()
|
quotient_polys_start.elapsed().as_secs_f32()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user