summaryrefslogtreecommitdiffstats
path: root/system/crc32_simple/README
blob: fa1263962155cbac920d3dc7c9e3a1cac8cd98f1 (plain)
1
2
3
4
5
6
crc32_simple (calculate crc32 checksum of files)

Simple public domain implementation of the standard CRC32 checksum.
Outputs the checksum for each file given as a command line argument.
Invalid file names and files that cause errors are silently skipped.
The program reads from stdin if it is called with no arguments.