hashing-algorithm
Here are 44 public repositories matching this topic...
I was required to write a program in the C programming language that calculates the MD5 hash digest of an input. This algorithm is specified in the 'Request For Comments 1321' document supplied by the the Internet Engineering Task Force
-
Updated
Apr 30, 2020 - C
Implementation of hashing in C
-
Updated
Apr 18, 2020 - C
This project aims to include cuckoo hashing scheme in the FQ CoDel implementation in the Linux kernel
-
Updated
Dec 6, 2019 - C
Detecting wrong words with the dictionary and suggesting closest words that are calculated by edit distance algorithm.
-
Updated
Feb 15, 2021 - C
C implementation of Secure Hashing Algorithm-1.
-
Updated
Oct 4, 2023 - C
A (mostly) C89 compliant port of MurmurHash3
-
Updated
Jun 30, 2020 - C
Searching words among documents with hashing. All the informations are stored in text files. Words are transformed using Horner Method. Horner number is 11.
-
Updated
Feb 15, 2021 - C
HashTable 的 Hash 函数选择
-
Updated
Feb 21, 2022 - C
-
Updated
Jul 7, 2023 - C
Toy implementations of MD5 and SHA-2 256bit
-
Updated
Mar 17, 2019 - C
A command-line program that loads a dictionary file into memory and constructs a hash table using the djb2 Hash Function, which is then used to spell-check text and print all misspelled words to the user.
-
Updated
Jun 6, 2020 - C
A library of functions written in C to calculate and manipulate SHA-256 digests.
-
Updated
Jun 12, 2022 - C
This is a simple (and insecure) implementation of the salted hash used by Tor's control port authentication for the "hashed password" method.
-
Updated
May 8, 2019 - C
Hashing and Colision Resolution in C
-
Updated
Jun 17, 2017 - C
A multi-threaded program to compute a hash value of a given (large) file using Jenkins one_at_a_time hash function.
-
Updated
Aug 15, 2023 - C
👨💻 Implementation of Extendible Hashing File structure
-
Updated
Apr 9, 2024 - C
A Hashing based retrieval system for digits images.
-
Updated
May 3, 2021 - C
Improve this page
Add a description, image, and links to the hashing-algorithm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hashing-algorithm topic, visit your repo's landing page and select "manage topics."