Skip to content

Commit

Permalink
Stark: make transcript compatible with Stone Prover (lambdaclass#570)
Browse files Browse the repository at this point in the history
* add StarkTranscript trait and implementation

* make append field element compatible with stone prover

* add test

* add tests

* uncomment test

* remove code added by mistake to exercises

* make counter of type u32
  • Loading branch information
schouhy authored and PatStiles committed Nov 6, 2023
1 parent ffeeb3f commit eb6c2dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provers/stark/src/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ use crate::{
config::Commitment, proof::stark::DeepPolynomialOpening, transcript::IsStarkTranscript,
};

use crate::transcript::IsStarkTranscript;

use super::{
config::BatchedMerkleTreeBackend,
domain::Domain,
Expand Down

0 comments on commit eb6c2dd

Please sign in to comment.