Comparison between our Custom Hash function (MD-5 like) to check its overall efficiency against pre-existing hash algorithms like SHA-256 (SHA-2 series).
-
Updated
Jun 27, 2024 - Python
Comparison between our Custom Hash function (MD-5 like) to check its overall efficiency against pre-existing hash algorithms like SHA-256 (SHA-2 series).
A C++ implementation of a chaining hash table, along with a custom hash function, designed to categorize and store string tokens from input files. Includes sample input cases, testing scripts, and a Makefile for easy compilation and testing.
Add a description, image, and links to the custom-hash-function topic page so that developers can more easily learn about it.
To associate your repository with the custom-hash-function topic, visit your repo's landing page and select "manage topics."