mithril_aggregator/dependency_injection/builder/protocol/
mod.rs

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

mod artifacts;
mod certificates;
mod proving;
mod signables;