pub fn disclosure_chain<'a>(
events: &'a [DisclosureEvent],
commitment: &PayloadCommitment,
) -> Vec<&'a DisclosureEvent>Expand description
Every disclosure of a given payload, in order — the audit chain: who could have leaked this, and by which route (direct access vs onward share). Tamper-evident; survives revocation.