Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
|
8-bit XOR hash algorithm for ASCII characters More...
#include <assert.h>
#include <inttypes.h>
#include <stdio.h>
Functions | |
uint8_t | xor8 (const char *s) |
8-bit XOR algorithm implementation | |
void | test_xor8 () |
Test function for xor8. | |
int | main () |
Main function. | |
8-bit XOR hash algorithm for ASCII characters