Crates.io | chksum3 |
lib.rs | chksum3 |
version | 0.5.0 |
source | src |
created_at | 2022-05-08 01:36:46.970829 |
updated_at | 2022-08-22 18:41:24.522868 |
description | Calculates an 8- or 32-bit little-endian checksum. |
homepage | |
repository | https://git.gryffyn.io/gryffyn/chksum3/ |
max_upload_size | |
id | 582324 |
size | 12,484 |
Calculates the 8- or 32-bit little-endian checksum for a file or files.
cargo install chksum3
git clone https://git.gryffyn.io/monarch/chksum3.git
cd chksum3
cargo build --release
Usage: chksum3 [<paths...>] [-b <bits>]
Calculates 8- and 32-bit little endian checksums.
If no paths are specified, or path is "-", 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