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

8-bit XOR hash algorithm for ASCII characters More...

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

Functions

uint8_t xor8 (const char *s)
 8-bit XOR algorithm implementation More...
 
void test_xor8 ()
 Test function for xor8. More...
 
int main ()
 Main function.
 

Detailed Description

8-bit XOR hash algorithm for ASCII characters

Author
Christian Bender