Skip to main content

Module audit_trail

Module audit_trail 

Source
Expand description

Tamper-evident audit trail with cryptographic hash chain.

Provides a Merkle-chain style audit log for all kernel events. Each entry is cryptographically linked to the previous entry, making tampering detectable.

Structs§

AuditEntry
A single entry in the audit trail.
AuditTrail
A tamper-evident audit trail with cryptographic hash chain.

Enums§

AuditAction
Types of actions that can be audited.
AuditError
Errors that can occur during audit trail operations.

Type Aliases§

AgentId
Unique identifier for an agent (String for flexibility).
HashDigest
Type alias for hash digest (blake3 hex output).