clsync
Loading...
Searching...
No Matches
calc.c File Reference
#include "common.h"
#include "calc.h"
#include "error.h"
Include dependency graph for calc.c:

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.
 

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.

Here is the caller graph for this function: