Expand description
Typed content hash for file integrity.
ContentHash wraps [u8; 32] (SHA-256 digest) with type safety,
preventing accidental confusion with other 32-byte values (keys, nonces).
Structs§
- Content
Hash - SHA-256 hash of file content.
Typed content hash for file integrity.
ContentHash wraps [u8; 32] (SHA-256 digest) with type safety,
preventing accidental confusion with other 32-byte values (keys, nonces).