Skip to content

Commit

Permalink
wip: oops, the vectors never worked
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaatif committed Jun 8, 2024
1 parent c0bfb3a commit 09294db
Show file tree
Hide file tree
Showing 12 changed files with 1,844 additions and 1,544 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions trace_decoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ evm_arithmetization_type_1.workspace = true
winnow = "0.6.11"
bitflags = "2.5.0"
nunny = { version = "0.2.1", features = ["serde"] }
either = "1.12.0"
anyhow = "1.0.86"
bitvec = "1.0.1"

[dev-dependencies]
hex = { workspace = true, features = ["serde"] }
Expand Down
2 changes: 2 additions & 0 deletions trace_decoder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,7 @@ pub fn type_1(
}

mod type1 {
pub use witness::{Instruction, V1Header, Witness};
mod witness;
mod witness2forest;
}
Loading

0 comments on commit 09294db

Please sign in to comment.