Skip to main content

Module hash

Module hash 

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

ContentHasher
Incremental content hasher producing a stable lowercase-hex digest.

Functions§

hash_hex
Return the lowercase-hex content digest of a single byte slice.