Expand description
SHA-256 over files and over streams.
Two shapes because the two callers differ: list hashes a file that already
exists, while an upload hashes bytes as they arrive and can never hold the
whole file in memory.
Structs§
- Hasher
- Incremental hasher for bytes that arrive over time.
Functions§
- hash_
file - Hash a whole file, returning lowercase hex.