CHKSUM3

Build Status

Calculates the 8- or 32-bit little-endian checksum for a file or files.

Building

Requirements

shell git clone https://git.gryffyn.io/gryffyn/chksum3.git cd chksum3 cargo build --release

Usage

``` Usage: chksum3 []

Calculates 8- and 32-bit little endian checksums. If no paths are specified, checksum is calculated from stdin.

Positional Arguments: paths input file(s)

Options: -b, --bits select between 8 or 32 bit sum --help display usage information ```