clsync
Functions
calc.h File Reference
#include <stdint.h>
Include dependency graph for calc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint32_t adler32_calc (const unsigned char *const data, uint32_t len)
 Calculated Adler32 value for char array. More...
 

Function Documentation

◆ adler32_calc()

uint32_t adler32_calc ( const unsigned char *const  data,
uint32_t  len 
)

Calculated Adler32 value for char array.

Parameters
[in]dataPointer to data
[in]lenLength of the data
Return values
uint32_tAdler32 value of data

Definition at line 41 of file calc.c.