mirror of
https://github.com/logos-storage/zk-benchmarks.git
synced 2026-01-08 00:33:12 +00:00
9 lines
335 B
TOML
9 lines
335 B
TOML
[workspace]
|
|
[package]
|
|
version = "0.1.0"
|
|
name = "keccak-program"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git", rev = "4528b7861c60ef5e25c2d0b328fc6d244e2ac98e" }
|
|
tiny-keccak = { git = "https://github.com/succinctlabs/tiny-keccak-private", branch = "patch-v2.0.2", features = ["keccak"] } |