mirror of
https://github.com/logos-storage/zk-benchmarks.git
synced 2026-01-07 16:23:11 +00:00
11 lines
331 B
TOML
11 lines
331 B
TOML
[workspace]
|
|
[package]
|
|
version = "0.1.0"
|
|
name = "sha256-program"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git" , rev = "4528b7861c60ef5e25c2d0b328fc6d244e2ac98e"}
|
|
sha2-v0-10-8 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", package = "sha2", branch = "patch-v0.10.8" }
|
|
|