Functionsยง
- calculate_
buffer_ hashes - Computes sha1, md5, sha256 and git-sha1 for an in-memory buffer in a single chunked pass that updates every hasher per chunk, improving cache locality over four independent full passes over the same bytes.
- calculate_
file_ hashes - calculate_
md5 - calculate_
sha1 - calculate_
sha1_ git - calculate_
sha256