mithril_aggregator/dependency_injection/builder/protocol/
mod.rs

1//! Builders for services that operate the core protocol in the Mithril Aggregator.
2//!
3//! It includes modules for aggregating signatures, producing certificates and artifacts.
4
5mod artifacts;
6mod certificates;
7mod proving;
8mod signables;