mirror of
https://github.com/logos-storage/proof-aggregation.git
synced 2026-01-04 23:03:09 +00:00
4 lines
282 B
Rust
4 lines
282 B
Rust
|
|
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/";
|