mirror of https://github.com/notwa/crc32
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 years ago | |
---|---|---|
LICENSE | 6 years ago | |
Makefile | 6 years ago | |
README.md | 6 years ago | |
args.c | 8 years ago | |
crc32.c | 6 years ago | |
main.c | 6 years ago |
README.md
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