This repository was archived by the owner on Jan 30, 2021. It is now read-only.
CLI love
- Restored support for CRC16CCITT and CRC16IBM in CLI
- Restored support for calculating CRCs in CLI
- Fixed CLI --help returning 1 instead of 0
- Added optimization flags to build script
- Removed test binaries from distribution in build script
- Further code cleanup:
- CRC32, CRC16IBM and CRC16CCITT implementations merged into common code
- Improved CLI error handling
- Improved progress handling
- Removed stdin/stdout support leftovers
- Replaced exit() calls with return statements