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§
- Audit
Entry - A single entry in the audit trail.
- Audit
Trail - A tamper-evident audit trail with cryptographic hash chain.
Enums§
- Audit
Action - Types of actions that can be audited.
- Audit
Error - Errors that can occur during audit trail operations.
Type Aliases§
- AgentId
- Unique identifier for an agent (String for flexibility).
- Hash
Digest - Type alias for hash digest (blake3 hex output).