pub type CertifiedCheckpointSummary = CheckpointSummaryEnvelope<AuthorityStrongQuorumSignInfo>;Aliased Type§
pub struct CertifiedCheckpointSummary { /* private fields */ }Implementations§
Source§impl CertifiedCheckpointSummary
impl CertifiedCheckpointSummary
Verifies the authority signatures of summaries, all certified by
committee, in a single batched signature verification. Cheaper than
verifying each summary on its own, at the cost of not saying which
summary failed; callers that need that can fall back to
Self::verify_authority_signatures per summary.