Skip to content
Draft
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
# `zisk/` and `sp1/` are their own Cargo workspaces (guest + host) built via
# the respective zkVM toolchains; excluded so host workspace ops don't pick
# them up.
exclude = ["zisk", "sp1"]
exclude = ["zisk", "sp1", "multi-stark"]
resolver = "2"

[profile.dev]
Expand Down Expand Up @@ -51,7 +51,7 @@ libc = "0.2"
log = "0.4"
memmap2 = "0.9"
mimalloc = { version = "0.1", default-features = false }
multi-stark = { git = "https://github.com/argumentcomputer/multi-stark.git", rev = "40092c160f51fdc2330b9e388873ece3fa4c12c2" }
multi-stark = { git = "https://github.com/argumentcomputer/multi-stark.git", rev = "c4355cb9140ece62fbbb41610203b52f641b9a92" }
nom = "7.1.3"
num-bigint = "0.4.6"
quickcheck = "1.0.3"
Expand Down
313 changes: 145 additions & 168 deletions Ix/MultiStark/SystemDeserialize.lean

Large diffs are not rendered by default.

334 changes: 190 additions & 144 deletions Ix/MultiStark/Verifier.lean

Large diffs are not rendered by default.

Loading