Release v1.0.2
Summary:
This release marks the initial version of the Rust rewrite of checksum.
Changes:
- Rewrote checksum in Rust for faster performance.
Installation
$ git clone /~https://github.com/ibnaleem/checksum.git
$ cargo build
This will generate a binary under /target/debug/
.
Usage
$ checksum <file_path> <hash>
Hashing Algorithms
This binary supports the following hashing algorithms:
- MD5
- SHA1
- SHA224
- SHA256
- SHA384
- SHA512
- BLAKE2b
- Tiger192
- RIPEMD320
✅ Signed