# crc_module **Repository Path**: fzxhub/crc_module ## Basic Information - **Project Name**: crc_module - **Description**: This is a CRC calculation and check the code, C/C++ code written. Support CRC8, CRC16, CRC32. Support computing mode to add polynomial, initial value, output XOR value, input data inversion, output data inversion. A variety of common CRC are also given. - **Primary Language**: C - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2021-08-28 - **Last Updated**: 2022-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CRC This is a CRC calculation and check the code, C/C++ code written. Support CRC8, CRC16, CRC32. Support computing mode to add polynomial, initial value, output XOR value, input data inversion, output data inversion. A variety of common CRC are also given.