Skip to main content

Module audit

Module audit 

Source
Expand description

PunkGo cryptographic audit trail — Merkle tree proofs and checkpoints.

This crate implements the append-only verification layer using Google’s tlog algorithm:

These proofs enable whitepaper invariants §3.5 (append-only provable) and §3.7 (independently verifiable). Any third party can verify history integrity using only the checkpoint and proof hashes.

Structs§

AuditCheckpoint
A persisted Signed Tree Head (checkpoint).
AuditLog
Audit log: maintains the Merkle tree of event hashes and generates C2SP-compatible checkpoints and proofs using Google’s tlog algorithm.

Enums§

AuditError