Logo
Explore Help
Sign In
Muldersoft/CRC-64
Muldersoft/CRC-64
1
0
Fork 0
You've already forked CRC-64
Code Issues Pull Requests Packages Projects Releases 3 Wiki Activity

3 Releases 3 Tags

RSS Feed
  • 1.0.2 70132c3ac1

    CRC-64 1.0.2 Stable

    mulder released this 2022-09-18 14:34:54 +02:00 | 2 commits to master since this release

    CRC-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
  • 1.0.1 eb3f56e210

    CRC-64 1.0.1 Stable

    mulder released this 2022-09-11 14:19:10 +02:00 | 14 commits to master since this release

    CRC64 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
  • 1.0.0 da4c83cfe6

    CRC-64 1.0.0 Stable

    mulder released this 2022-09-10 00:16:18 +02:00 | 17 commits to master since this release

    This 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
Powered by Gitea Version: 1.23.7 Page: 262ms Template: 224ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API @mulder@det.social