diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 13842de84..7f1c1b860 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -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" diff --git a/backend/src/pilstark/estark.rs b/backend/src/pilstark/estark.rs index 6fbe569d5..9da26f554 100644 --- a/backend/src/pilstark/estark.rs +++ b/backend/src/pilstark/estark.rs @@ -115,8 +115,8 @@ impl BackendImpl for EStark { let start = Instant::now(); let starkproof = StarkProof::::stark_gen::( - &cm_pols, - &const_pols, + cm_pols, + const_pols, &setup.const_tree, &setup.starkinfo, &setup.program,