jonesmarvin8 7165d4d221 update
Include single-hash test
Updates to include realistic UTXO testing.
2025-07-24 10:31:01 -04:00

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" }