mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-05-13 03:00:26 -04:00
@@ -15,7 +15,7 @@ strum = { version = "0.24.1", features = ["derive"] }
|
||||
log = "0.4.17"
|
||||
serde_json = "1.0"
|
||||
thiserror = "1.0.43"
|
||||
starky = { git = "https://github.com/0xEigenLabs/eigen-zkvm.git", rev = "8552454" }
|
||||
starky = { git = "https://github.com/0xEigenLabs/eigen-zkvm.git", rev = "a54965f" }
|
||||
|
||||
[dev-dependencies]
|
||||
mktemp = "0.5.0"
|
||||
|
||||
@@ -115,8 +115,8 @@ impl<F: FieldElement> BackendImpl<F> for EStark {
|
||||
|
||||
let start = Instant::now();
|
||||
let starkproof = StarkProof::<MerkleTreeGL>::stark_gen::<TranscriptGL>(
|
||||
&cm_pols,
|
||||
&const_pols,
|
||||
cm_pols,
|
||||
const_pols,
|
||||
&setup.const_tree,
|
||||
&setup.starkinfo,
|
||||
&setup.program,
|
||||
|
||||
Reference in New Issue
Block a user