mirror of
https://github.com/logos-storage/proof-aggregation.git
synced 2026-01-02 22:03:10 +00:00
4 lines
282 B
Rust
Executable File
4 lines
282 B
Rust
Executable File
pub(crate) const SAMPLING_CIRC_BASE_PATH: &str = "../output/sampling_circuit/";
|
|
pub(crate) const TREE_CIRC_BASE_PATH: &str = "../output/tree/";
|
|
pub(crate) const COMPRESS_CIRC_BASE_PATH: &str = "../output/compression/";
|
|
pub(crate) const WRAP_CIRC_BASE_PATH: &str = "../output/wrap/"; |