Skip to main content

Module hash

Module hash 

Source
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§

ContentHash
SHA-256 hash of file content.