mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-02-16 11:13:08 +00:00
16 lines
366 B
TOML
16 lines
366 B
TOML
[package]
|
|
name = "guest_single_hash"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
risc0-zkvm = { version = "^2.2.0", default-features = false, features = ['std'] }
|
|
sha2 = "=0.10.8"
|
|
zerocopy = "0.8.26"
|
|
k256 = "0.13.3"
|
|
group = "0.13.0"
|
|
|
|
[patch.crates-io]
|
|
sha2 = { git = "https://github.com/risc0/RustCrypto-hashes", tag = "sha2-v0.10.8-risczero.0" } |