Define the file path: This line sets the variable path to the file path where the file to be hashed is located. Read the contents of the file: The read() method reads the content of the opened file ...
Just a request in the README.md to show how to use this library with hashlib? Because atm, it's not entirely clear how to make use of this library to create multihashes when you still need hashlib's ...