Skip to content

Commit

Permalink
temp: print trace length on prove
Browse files Browse the repository at this point in the history
  • Loading branch information
sragss committed Mar 27, 2024
1 parent 6b4f306 commit a5d3e49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jolt-core/src/jolt/vm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ pub trait Jolt<F: PrimeField, G: CurveGroup<ScalarField = F>, const C: usize, co
JoltProof<C, M, F, G, Self::InstructionSet, Self::Subtables>,
JoltCommitments<G>,
) {
println!("Jolt::prove({})", memory_trace.len());
let mut transcript = Transcript::new(b"Jolt transcript");
let bytecode_rows: Vec<BytecodeRow> = bytecode
.iter()
Expand Down

0 comments on commit a5d3e49

Please sign in to comment.