Skip to content

Commit

Permalink
Temp store
Browse files Browse the repository at this point in the history
  • Loading branch information
yczhangsjtu committed Feb 11, 2025
1 parent 52e075a commit 0ed42ca
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion 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 mpcs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rand_chacha.workspace = true
rayon = { workspace = true, optional = true }
serde.workspace = true
transcript = { path = "../transcript" }
whir = { git = "https://github.com/scroll-tech/whir", branch = "feat/ceno-binding-batch", features = ["ceno"] }
whir = { path = "../../whir", features = ["ceno"] }
zeroize = "1.8"
bincode = "1.3.3"

Expand Down

0 comments on commit 0ed42ca

Please sign in to comment.