crc32 ===== It computes [crc32s,][crc] and what of it? [crc]: http://en.wikipedia.org/wiki/Cyclic_redundancy_check Usage ---- ``` crc32 - a 32-bit cyclic rendundancy check calculator open files as inputs -h display this text -s start cycle with n (default: 0xFFFFFFFF) -p 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 may be in hexadecimal or octal using proper prefixes ``` ## [Smaller Still](https://gist.github.com/notwa/5689243)