ec5354cd80
This commit introduces the `crc8_rohc` function to the CRC library, implementing the CRC-8/ROHC (RObust Header Compression) variant. This algorithm is widely used in networking protocols, which is commonly found in modem subsystems. Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
crc4_sw.c | ||
crc7_sw.c | ||
crc8_sw.c | ||
crc16_sw.c | ||
crc24_sw.c | ||
crc32_sw.c | ||
crc32c_sw.c | ||
crc_shell.c |