mirror of
https://github.com/logos-co/nomos-pocs.git
synced 2025-02-06 06:24:11 +00:00
a320c20d25
* aat: integrate withdraw with CL * aat: withdrawal passes! * aat: cleanup withdrawals a bit * aat: move Ptx{Input|Output|Private to cl::partial_tx * aat: zone_state zone transition validation coded w.r.t. metadata * aat: rename meta to in_meta in zone transition validation
20 lines
747 B
TOML
20 lines
747 B
TOML
[package]
|
|
name = "death_constraint_nop"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
risc0-zkvm = { version = "1.0", default-features = false, features = ['std'] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
cl = { path = "../../cl" }
|
|
ledger_proof_statements = { path = "../../ledger_proof_statements" }
|
|
|
|
|
|
[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" }
|