Skip to main content

Module object_integrity_checker

Module object_integrity_checker 

Source
Expand description

Object Integrity Checker — multi-level hash-based object integrity verification.

Provides ObjectIntegrityChecker, a production-grade component that computes FNV-1a-64, Adler-32, and CRC-16 CCITT checksums over arbitrary byte payloads, stores canonical ObjectRecords, and verifies them at configurable integrity levels (Quick, Standard, Full, Custom).

Structs§

CheckerConfig
Configuration for ObjectIntegrityChecker.
CheckerStats
Aggregated statistics over all registered objects.
IntegrityHash
Composite integrity digest computed over a byte slice.
ObjectIntegrityChecker
Production-grade multi-level object integrity checker.
OicObjectRecord
Persistent record for a single registered object.
OicVerificationResult
Detailed result of a single verify call.

Enums§

CheckerError
Errors that can be returned by ObjectIntegrityChecker.
IntegrityLevel
Specifies which hash algorithms are executed during verification.
OicIntegrityStatus
Lifecycle status of a registered object.