2023-11-09 15:14:59 +05:30
|
|
|
[package]
|
|
|
|
|
name = "method"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[workspace]
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
# If you want to try (experimental) std support, add `features = [ "std" ]` to risc0-zkvm
|
|
|
|
|
risc0-zkvm = { version = "0.19.0", default-features = false, features = [ "std" ] }
|
2023-12-13 19:16:31 +05:30
|
|
|
sha3 = "0.10.8"
|
|
|
|
|
sha2 ={ git = "https://github.com/risc0/RustCrypto-hashes", tag = "sha2-v0.10.6-risczero.0" }
|
|
|
|
|
risc0-zkp = "0.19.1"
|
2023-12-18 23:56:55 +05:30
|
|
|
blake3 = "1.5.0"
|
|
|
|
|
zkhash = { git = "https://github.com/HorizenLabs/poseidon2.git"}
|
2023-12-20 16:10:14 +05:30
|
|
|
ark-serialize = "0.4"
|
|
|
|
|
ark-ff = "0.4.2"
|
|
|
|
|
risc0-core = "0.18.0"
|
|
|
|
|
lazy_static = "1.4"
|