Skip to content

Commit

Permalink
chore: add tracing to aux trace building and update crypto crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Kindi-0 committed Oct 30, 2024
1 parent ef8d0af commit 578be7f
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 39 deletions.
76 changes: 38 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ std = [
lock_api = { version = "0.4", features = ["arc_lock"] }
math = { package = "winter-math", version = "0.10", default-features = false }
memchr = { version = "2.7", default-features = false }
miden-crypto = { git = "https://github.com/0xPolygonMiden/crypto", branch = "al-migrate-to-new-winterfell", default-features = false }
miden-crypto = { git = "https://github.com/0xPolygonMiden/crypto", branch = "next", default-features = false }
miden-formatting = { version = "0.1", default-features = false }
miette = { package = "miden-miette", version = "7.1", default-features = false, features = [
"fancy-no-syscall",
Expand Down
1 change: 1 addition & 0 deletions prover/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ where
DefaultConstraintEvaluator::new(air, aux_rand_elements, composition_coefficients)
}

#[instrument(skip_all)]
fn build_aux_trace<E>(
&self,
trace: &Self::Trace,
Expand Down

0 comments on commit 578be7f

Please sign in to comment.