libcrc icon indicating copy to clipboard operation
libcrc copied to clipboard

Multi platform CRC library

Results 3 libcrc issues
Sort by recently updated
recently updated
newest added

supports CMake build, install, test routines available generate cmake configuration for `find_package()` generate pkg_config instructions supports include_what_you_use, clang-tidy, unit testing, generation of examples, code coverage report

Hello, I have a string of hex numbers (in Hex representation; like "AB12F1") for which I would like to calculate (and check) the CRC sum with crc16 (the hex-string is...

Hi @lammertb, I am using your lib and I got found different values for CRC-16 CRC-CCITT (Kermit) algorithm. On your calcutation site (https://www.lammertbies.nl/comm/info/crc-calculation) for the value 123456789 I got **0x8921**...