#include <stdint.h>
Go to the source code of this file.
|
| uint32_t | adler32_calc (const unsigned char *const data, uint32_t len) |
| | Calculated Adler32 value for char array.
|
| |
◆ adler32_calc()
| uint32_t adler32_calc |
( |
const unsigned char *const | data, |
|
|
uint32_t | len ) |
|
extern |
Calculated Adler32 value for char array.
- Parameters
-
| [in] | data | Pointer to data |
| [in] | len | Length of the data |
- Return values
-
| uint32_t | Adler32 value of data |
Definition at line 41 of file calc.c.