Skip to content
Snippets Groups Projects
Verified Commit 9084f96c authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

hashutil: Improve MultiHash class from_* to compute hashes

This allows calls like:

- MultiHash.from_file(file_object).digest()
- MultiHash.from_path(b'foo').hexdigest()
- MultiHash.from_data(b'foo').bytehexdigest()
parent 836198c4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment