mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-05-02 07:33:24 +00:00
18 lines
665 B
TOML
18 lines
665 B
TOML
[package]
|
|
name = "bundle_risc0_proof"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
risc0-zkvm = { version = "1.0", default-features = false, features = ['std'] }
|
|
cl = { path = "../cl" }
|
|
risc0_images = { path = "../risc0_images" }
|
|
hex = "0.4"
|
|
|
|
|
|
[patch.crates-io]
|
|
# add RISC Zero accelerator support for all downstream usages of the following crates.
|
|
sha2 = { git = "https://github.com/risc0/RustCrypto-hashes", tag = "sha2-v0.10.8-risczero.0" }
|
|
crypto-bigint = { git = "https://github.com/risc0/RustCrypto-crypto-bigint", tag = "v0.5.5-risczero.0" }
|
|
curve25519-dalek = { git = "https://github.com/risc0/curve25519-dalek", tag = "curve25519-4.1.2-risczero.0" }
|