|
Algorithms_in_C
1.0.0
Set of algorithms implemented in C.
|
Files | |
| file | hash_adler32.c |
| 32-bit Adler hash algorithm | |
| file | hash_crc32.c |
| 32-bit CRC hash algorithm | |
| file | hash_djb2.c |
| DJB2 hash algorithm | |
| file | hash_sdbm.c |
| SDBM hash algorithm | |
| file | hash_xor8.c |
| 8-bit XOR hash algorithm for ASCII characters | |