Files
nescience-zkvm-testing/risc0/sha_nullifier_test/methods/guest/Cargo.toml
jonesmarvin8 699db757c2 init hashes
Create test hashes for SHA256 and Poseidon
2025-07-15 19:14:34 -04:00

14 lines
317 B
TOML

[package]
name = "guest_nullifier_test"
version = "0.1.0"
edition = "2021"
[workspace]
[dependencies]
risc0-zkvm = { version = "^2.1.0", default-features = false, features = ['std'] }
sha2 = "=0.10.8"
[patch.crates-io]
sha2 = { git = "https://github.com/risc0/RustCrypto-hashes", tag = "sha2-v0.10.8-risczero.0" }