Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
/ crc32 Public archive

(MOVED) small crc32 calculator

License

Notifications You must be signed in to change notification settings

notwa/crc32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crc32

It computes crc32s, and what of it?

Usage

crc32 - a 32-bit cyclic rendundancy check calculator

  <files...>        open files as inputs
  -h                display this text
  -s <n>            start cycle with n (default: 0xFFFFFFFF)
  -p <n>            use n as the crc divisor (default: 0x04C11DB7)
  -e                use big endian calculations
  -b                output as binary
  -x                NOT the output
  -r                reverse output's bits

numbers <n> may be in hexadecimal or octal using proper prefixes

Releases

No releases published

Packages

No packages published