Cross-platform CRC-64 command-line utility.
Go to file
2022-09-11 21:41:34 +02:00
win32 Added the ARM64 configuration. 2022-09-09 22:12:44 +02:00
.gitignore Added solution for MSVC. 2022-09-09 21:50:27 +02:00
crc64.c Use more appropriate file name for 'stdin' input on Win32. 2022-09-11 21:41:34 +02:00
LICENSE Added README file. 2022-09-10 22:04:00 +02:00
Makefile Small Makefile improvement. 2022-09-11 14:16:29 +02:00
README Added README file. 2022-09-10 22:04:00 +02:00

CRC64
-----

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