-
CRC-64 1.0.2 Stable
released this
2022-09-18 14:34:54 +02:00 | 2 commits to master since this releaseCRC-64 1.0.2 [Sep 18 2022] Synopsis: crc64.exe [OPTIONS] [<file_1> [<file_2> ... <file_n>]] Options: -h --help --version Show help screen / show version information -b --binary Output digest in binary format (default is hex-string) -d --decimal Output digest in decimal string format -u --upper-case Print digest as upper-case (default is lower-case) -p --no-padding Print digest *without* any leading zeros -s --silent Suppress error messages -e --ignore-errors Ignore I/O errors and proceeed with the next file -f --no-flush Do *not* flush output stream after each file -z --init-with-zero Initialize CRC with 0x000..000 (default is 0xFFF..FFF) -n --negate-final Negate the final CRC result -t --self-test Run integrated self-test and exit program
Changes:
- Options
--init-with-zero
and--negate-final
have been implemented - Option
--self-test
has been implemented - Various improvements to option parsing and added support for "short" options names
- Some improvements to "binary" output mode
- Some code clean-up and refactoring + small performance improvement
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
crc64.2022-09-18.freebsd.tar.gz
455 KiB
-
crc64.2022-09-18.freebsd.tar.gz.sig2
849 B
-
crc64.2022-09-18.gnuhurd.tar.gz
434 KiB
-
crc64.2022-09-18.gnuhurd.tar.gz.sig2
849 B
-
crc64.2022-09-18.haiku.tar.gz
15 KiB
-
crc64.2022-09-18.haiku.tar.gz.sig2
849 B
-
crc64.2022-09-18.linux.tar.gz
224 KiB
-
crc64.2022-09-18.linux.tar.gz.sig2
849 B
-
crc64.2022-09-18.macosx.dmg
38 KiB
-
crc64.2022-09-18.macosx.dmg.sig2
849 B
-
crc64.2022-09-18.openbsd.tar.gz
121 KiB
-
crc64.2022-09-18.openbsd.tar.gz.sig2
849 B
-
crc64.2022-09-18.solaris.tar.gz
12 KiB
-
crc64.2022-09-18.solaris.tar.gz.sig2
849 B
-
crc64.2022-09-18.source.tar.gz
15 KiB
-
crc64.2022-09-18.source.tar.gz.sig2
849 B
-
crc64.2022-09-18.windows.zip
1.5 MiB
-
crc64.2022-09-18.windows.zip.sig2
849 B
- Options