Skip to content

Commit

Permalink
add #[doc(hidden)]
Browse files Browse the repository at this point in the history
  • Loading branch information
plafer committed May 9, 2024
1 parent f0bcd84 commit 8c03568
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prover/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ pub trait Prover {
(constraint_commitment, composition_poly)
}

#[doc(hidden)]
#[instrument(skip_all)]
async fn commit_to_main_trace_segment<E>(
&self,
Expand All @@ -585,6 +586,7 @@ pub trait Prover {
(trace_lde, trace_polys)
}

#[doc(hidden)]
#[instrument(skip_all)]
async fn commit_to_constraint_evaluations<E>(
&self,
Expand Down

0 comments on commit 8c03568

Please sign in to comment.