ROHC compression/decompression library
|
ROHC base CRC routines. More...
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
unsigned | crc3rohc_word (unsigned crc, void const *mem, size_t len) |
ROHC base CRC routines.
This is a modified version of the CRC-3/ROHC algorithm initially generated by crcany from Mark Adler (https://github.com/madler/crcany).
unsigned crc3rohc_word | ( | unsigned | crc, |
void const * | mem, | ||
size_t | len | ||
) |