-
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
-
CRC-64 1.0.1 Stable
released this
2022-09-11 14:19:10 +02:00 | 14 commits to master since this releaseCRC64 1.0.1 [Sep 11 2022] Synopsis: crc64.exe [OPTIONS] [<file_1> [<file_2> ... <file_n>]] Options: --help --version Print help screen / show version information --binary Output the digest in binary format (default is hex-format) --decimal Output the digest in decimal string format --upper-case Print hex-string in upper-case letters (default is lower-case) --no-padding Print the digest *without* any leading zeros --silent Suppress error messages --ignore-errors Ignore I/O errors and proceeed with the next file --no-flush Do *not* flush the standard output stream after each file
Changes:
- Flush standard output stream after each file, by default
- Added option
--no-flush
to disable automatic output flushing
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
crc64.2022-09-11.freebsd.tar.gz
451 KiB
-
crc64.2022-09-11.freebsd.tar.gz.sig2
849 B
-
crc64.2022-09-11.gnuhurd.tar.gz
431 KiB
-
crc64.2022-09-11.gnuhurd.tar.gz.sig2
849 B
-
crc64.2022-09-11.haiku.tar.gz
12 KiB
-
crc64.2022-09-11.haiku.tar.gz.sig2
849 B
-
crc64.2022-09-11.linux.tar.gz
213 KiB
-
crc64.2022-09-11.linux.tar.gz.sig2
849 B
-
crc64.2022-09-11.macosx.dmg
34 KiB
-
crc64.2022-09-11.macosx.dmg.sig2
849 B
-
crc64.2022-09-11.solaris.tar.gz
10 KiB
-
crc64.2022-09-11.solaris.tar.gz.sig2
849 B
-
crc64.2022-09-11.source.tar.gz
11 KiB
-
crc64.2022-09-11.source.tar.gz.sig2
849 B
-
crc64.2022-09-11.windows.zip
219 KiB
-
crc64.2022-09-11.windows.zip.sig2
849 B
-
CRC-64 1.0.0 Stable
released this
2022-09-10 00:16:18 +02:00 | 17 commits to master since this releaseThis is the initial release.
Synopsis: crc64.exe [OPTIONS] [<file_1> [<file_2> ... <file_n>]] Options: --help --version Print help screen / show version information --binary Output the digest in binary format (default is hex-format) --decimal Output the digest in decimal string format --upper-case Print hex-string in upper-case letters (default is lower-case) --no-padding Print the digest *without* any leading zeros --silent Suppress error messages --ignore-errors Ignore I/O errors and proceeed with the next file
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
crc64.2022-09-09.freebsd.tar.gz
451 KiB
-
crc64.2022-09-09.freebsd.tar.gz.sig2
849 B
-
crc64.2022-09-09.gnuhurd.tar.gz
431 KiB
-
crc64.2022-09-09.gnuhurd.tar.gz.sig2
849 B
-
crc64.2022-09-09.haiku.tar.gz
12 KiB
-
crc64.2022-09-09.haiku.tar.gz.sig2
849 B
-
crc64.2022-09-09.linux.tar.gz
213 KiB
-
crc64.2022-09-09.linux.tar.gz.sig2
849 B
-
crc64.2022-09-09.macosx.dmg
34 KiB
-
crc64.2022-09-09.macosx.dmg.sig2
849 B
-
crc64.2022-09-09.solaris.tar.gz
10 KiB
-
crc64.2022-09-09.solaris.tar.gz.sig2
849 B
-
crc64.2022-09-09.source.tar.gz
11 KiB
-
crc64.2022-09-09.source.tar.gz.sig2
849 B
-
crc64.2022-09-09.windows.zip
219 KiB
-
crc64.2022-09-09.windows.zip.sig2
849 B