Zebra/zebra-consensus/src/primitives/halo2/tests/vectors.rs

6 lines
181 B
Rust

//! Test vectors for ingesting and verifying Halo2 proofs from zebra-chain::orchard::ShieldedData
mod orchard_shielded_data;
pub use orchard_shielded_data::ORCHARD_SHIELDED_DATA;