Expand description
File hashing: xxHash64, SHA-256, partial reads.
Structs§
- Partial
Options - Tiered read: first
headbytes + lasttailbytes (if file larger thanhead + tail).
Functions§
- hash_
file_ md5_ hex - Full-file MD5 as lowercase hex.
- hash_
file_ sha256_ hex - Full-file SHA-256 as lowercase hex.
- hash_
file_ xxhash64_ hex - Full-file xxHash64 as lowercase hex.
- partial_
digest - xxHash64 over partial content (head + tail strategy), lowercase hex.