mithril_stm/circuits/halo2/off_circuit/
mod.rs

1//! Off-circuit helpers for witness generation and preprocessing.
2
3pub mod error;
4pub mod merkle_tree;
5pub mod unique_signature;
6pub mod utils;