Algorithms_in_C  1.0.0
Set of algorithms implemented in C.
hash_adler32.c File Reference

32-bit Adler hash algorithm More...

#include <assert.h>
#include <inttypes.h>
#include <stdio.h>
Include dependency graph for hash_adler32.c:

Functions

uint32_t adler32 (const char *s)
 32-bit Adler algorithm implementation More...
 
void test_adler32 ()
 Test function for adler32. More...
 
int main ()
 Main function.
 

Detailed Description

32-bit Adler hash algorithm

Author
Christian Bender