Expand description
Content and interop hashing helpers.
- BLAKE3 content hashing (
ContentHasher,hash_hex) for stable cache keys, change detection, and deduplication. - SHA-256 digests (
sha256) for wire-format and interop use cases.
Modules§
- sha256
- SHA-256 digests for wire-format and interop use cases. SHA-256 digests for wire-format and interop use cases.
Structs§
- Content
Hasher - Incremental content hasher producing a stable lowercase-hex digest.
Functions§
- hash_
hex - Return the lowercase-hex content digest of a single byte slice.