mirror of https://github.com/TheAlgorithms/C
0c5eccc69e
* docs: Slight modifications Changed #include comments from doc to regular because it messed up the generated documentation. Changed blake2b() comment from regular to doc * docs: Removed @define's Doxygen doesn't seem to like them. Also fixed param on CEIL * chore: made it so math directory gets built * docs: added back third slash for includes * feat: added extended Euclidean algorithm * fix: key wasn't being considered in the algorithm * chore: added more tests * chore: Deleted file accidentally added from different branch * chore: moved tests to their own function * chore: apply suggestions from code review --------- Co-authored-by: David Leal <halfpacho@gmail.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
README.md | ||
hash_adler32.c | ||
hash_blake2b.c | ||
hash_crc32.c | ||
hash_djb2.c | ||
hash_sdbm.c | ||
hash_xor8.c |
README.md
Hash algorithms
- sdbm
- djb2
- xor8 (8 bit)
- adler_32 (32 bit)
- crc32 (32 bit)
- BLAKE2b