Expand description
Multi-log attestation and gossip quorum (SIGNATIF §13).
MultiLogPolicy{m, k}: a federated authority’s artifacts must carry inclusion proofs from at least M of K independent logs — no single log operator controls the record.GossipQuorum: the signed tree head a verifier relies on must be witnessed by at least N independent witnesses.MultiLogAttestation: the verification side — which logs produced valid inclusion proofs.
Structs§
- Gossip
Quorum - Gossip quorum verification: at least
min_sourcesdistinct, independently-signed observations of the same tree head. - LogInclusion
- One log’s inclusion-verification result.
- Multi
LogAttestation - The set of inclusion results evaluated against a policy.
- Multi
LogPolicy - M-of-K multi-log policy.
- Witness
Cosignature - One witness’s signature over a signed tree head.