ROHC compression/decompression library
Functions
crcany.h File Reference

ROHC base CRC routines. More...

#include <stddef.h>
#include <stdint.h>
Include dependency graph for crcany.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

unsigned crc3rohc_word (unsigned crc, void const *mem, size_t len)
 

Detailed Description

ROHC base CRC routines.

Author
Mark Adler madle.nosp@m.r@al.nosp@m.umni..nosp@m.calt.nosp@m.ech.e.nosp@m.du
Didier Barvaux didie.nosp@m.r.ba.nosp@m.rvaux.nosp@m.@tou.nosp@m.louse.nosp@m..viv.nosp@m.eris..nosp@m.com
Didier Barvaux didie.nosp@m.r@ba.nosp@m.rvaux.nosp@m..org

This is a modified version of the CRC-3/ROHC algorithm initially generated by crcany from Mark Adler (https://github.com/madler/crcany).

Function Documentation

◆ crc3rohc_word()

unsigned crc3rohc_word ( unsigned  crc,
void const *  mem,
size_t  len 
)