Forked from
Platform / Development / swh-model
498 commits behind the upstream repository.
-
Antoine R. Dumont authored
This allows calls like: - MultiHash.from_file(file_object).digest() - MultiHash.from_path(b'foo').hexdigest() - MultiHash.from_data(b'foo').bytehexdigest()
Antoine R. Dumont authoredThis allows calls like: - MultiHash.from_file(file_object).digest() - MultiHash.from_path(b'foo').hexdigest() - MultiHash.from_data(b'foo').bytehexdigest()
hashutil.py 13.09 KiB