This project is a command-line tool written in Rust to compute the Blake3 hashes of all files within a specified directory.
You'll need Rust and Cargo installed on your machine to compile and run this project.
You can use the compiled version in the release directory, or you can compile it :
-
Install Rust and Cargo:
Follow the instructions on the official Rust page here.
-
Clone this repository:
git clone https://github.com/makertronic/Blake3Hasher.git
(Replace "username" with your GitHub username.)
-
Navigate to the project folder:
cd Blake3Hasher
To use this tool, build the project and run the executable:
-
Build the project:
cargo build --release
-
Run the tool:
cargo run /path/to/directory
(Replace "/path/to/directory" with the path of the directory you want to hash the files of.)
Contributions to this project are welcome! If you have a feature request or a bug report, please open an issue. If you have a fix or a new feature to submit, please open a pull request.
This project is distributed under the MIT license. See the LICENSE
file for more details.