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