Expand description
Quorum verification logic (Section 9).
Single-round batched verification: presence + paid-list evidence collected
in one request round to VerifyTargets = PaidTargets ∪ QuorumTargets.
Structs§
- Verification
Targets - Targets for verifying a set of keys.
Enums§
- KeyVerification
Outcome - Outcome of verifying a single key.
Functions§
- compute_
verification_ targets - Compute verification targets for a batch of keys.
- evaluate_
key_ evidence - Evaluate verification evidence for a single key.
- run_
verification_ round - Send batched verification requests to all peers and collect evidence.