//! A toolkit for proof aggregation of midnight-proofs.
#![deny(rustdoc::broken_intra_doc_links)]#![deny(missing_debug_implementations)]#![deny(missing_docs)]// #[doc = include_str!("../README.md")]
externcrate core;// When truncated-challenges is enabled, don't compile any of the aggregator
// code as it's incompatible with this feature.
#[cfg(not(feature ="truncated-challenges"))]pubmodlight_aggregator;pubmodivc;pubmodmulti_circuit_aggregator;