Skip to main content

Module sha256

Module sha256 

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