Skip to content

v1.0.2

Latest
Compare
Choose a tag to compare
@ibnaleem ibnaleem released this 25 Dec 00:47
· 1 commit to main since this release
e2475b0

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