Hashbrowns
A command line tool to calculate SHA-1/2/3 message digests from files written in Rust.
First off: Don't roll your own crypto. This is simply a learning excercise for Rust and not at all intended to be used for bullet-proof data integrity verification.
This tools uses it's own implementation of the SHA algorithms. DO NOT USE THIS TOOL IN PRODUCTION! There's likely something wrong with the implementation.