Skip to content

Commit

Permalink
Doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Rosenberg committed Nov 7, 2024
1 parent bbccd32 commit 4aa993c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ pub trait Type: Sized + Eq + Clone + Debug {

/// The length in field elements of the random input consumed by the verifier to make queries
/// against inputs and proofs. This is the same as the number of gadgets in the validity
/// circuit.
/// circuit, plus the number of elements output by the validity circuit (if >1).
fn query_rand_len(&self) -> usize {
let mut n = self.gadget().len();
let eval_elems = self.eval_output_len();
Expand Down

0 comments on commit 4aa993c

Please sign in to comment.