Skip to content

Commit

Permalink
remove code added by mistake to exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
schouhy committed Sep 22, 2023
1 parent ec83637 commit fc906d7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions exercises/message/src/starks/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -744,12 +744,6 @@ where
.collect()
}

strct StoneProverTranscript {
counter: usize,
spare_bytes: Vec<u8>,
hash: dyn Transcript,
}

// FIXME remove unwrap() calls and return errors
pub fn prove<F, A>(
main_trace: &TraceTable<F>,
Expand Down

0 comments on commit fc906d7

Please sign in to comment.