This project provides a command line utility hash-file
allowing to compute the sha256
hash function
on files.
```sh $ cat test.txt Bonjour
$ hash-file test.txt test.txt: 9172e8eec99f144f72eca9a568759580edadb2cfd154857f07e657569493bc44
$ ls Cargo* Cargo.lock Cargo.toml
$ hash-file Cargo* Cargo.lock: 16f27631e298d1cb2486d063b34d90d656fa6e48b4f67bc0b2b7c850e7f6db76 Cargo.toml: 9392d82cf69191a697861d78a572af9d5368a7017be8fdbbbca6b19235e00cfd ```