hash-file

This project provides a command line utility hash-file allowing to compute the sha256 hash function on a file.

```sh $ cat test.txt Bonjour

$ hash-file test.txt 9172e8eec99f144f72eca9a568759580edadb2cfd154857f07e657569493bc44 ```