djb2
Here are 21 public repositories matching this topic...
DJB2a non-cryptographic hash function
-
Updated
Sep 14, 2025 - JavaScript
just a simple little hash table for strings in python to prove to a friend that I can do this
-
Updated
Feb 19, 2019 - Python
Python exercises and study notes for a Data Protection course, covering classical ciphers, cryptanalysis, modular arithmetic, RSA, ElGamal, Diffie-Hellman, hashing, collisions and rainbow tables.
-
Updated
May 31, 2026 - Python
A Python implementation of a hash table data structure using the djb2 hashing algorithm. It includes methods for adding key-value pairs, inspecting the table, and iterating over items in the table. Additionally, it features a word counter
-
Updated
Jun 8, 2024 - Python
Some hash functions in x86_64 assembly
-
Updated
Jan 4, 2024 - Assembly
Multi day hash table practice
-
Updated
Jun 4, 2020 - Python
A hash table implementation using a linked list of students as nodes and the djb2 hashing algorithm to calculate the hash values
-
Updated
May 16, 2022 - C++
Improve this page
Add a description, image, and links to the djb2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the djb2 topic, visit your repo's landing page and select "manage topics."
