How it works
plog timestamp signs the current Merkle root with an RFC 3161 Timestamp Authority (TSA). The TSA returns a signed timestamp token that can be independently verified.
One signature covers all events across all chains — the Merkle root represents the entire audit trail.
Usage
API
What it proves
| Without timestamping | With timestamping |
|---|---|
| Events are internally consistent | Events provably existed at a specific time |
| Hash chain is valid | Third-party attestation of the Merkle root |
| Self-attested integrity | Independent temporal proof |