mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-07 23:53:11 +00:00
* cl: nullifier proof -> input proof; add death_cm to input proof * cl: add death_cm to cl::Input commitment * cl/ledger: prove_input_nullifier -> prove_input
12 lines
179 B
TOML
12 lines
179 B
TOML
[package]
|
|
name = "nomos_cl_risc0_proofs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[build-dependencies]
|
|
risc0-build = { version = "1.0" }
|
|
|
|
[package.metadata.risc0]
|
|
methods = ["input"]
|
|
|