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