Parallel SHA-1 checksum calculator for file trees.
- Outputs sha1sum compatible format (
sha1sum --check FILE
). - Walks the input directory and all subdirs.
- One worker thread per core, working on one file each.
- Prints checksums to stdout.
- Prints errors to stderr.
- Returns 0 on success.
- Updated dependencies.
- Updated dependencies.
- First release.