mithril-common 0.6.67

Common types, interfaces, and utilities for Mithril nodes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Tools to retrieve, validate the Certificate Chain created by an aggregator

mod certificate_genesis;
mod certificate_retriever;
mod certificate_verifier;

pub use certificate_genesis::CertificateGenesisProducer;
pub use certificate_retriever::{CertificateRetriever, CertificateRetrieverError};
pub use certificate_verifier::{
    CertificateVerifier, CertificateVerifierError, MithrilCertificateVerifier,
};