Expand description
Hashing utilities for zccache.
Provides blake3-based content hashing and cache key computation.
Modules§
- cache_
key - Cache key computation.
- link_
cache_ key - Cache key computation for link/archive operations.
Structs§
- Content
Hash - A 32-byte blake3 hash digest.
- Stream
Hasher - Incremental hasher for building a
ContentHashfrom multiple updates.
Functions§
- hash_
bytes - Hash the contents of a byte slice.
- hash_
file - Hash the contents of a file using memory mapping.
- hash_
reader - Hash the contents of a reader.