|
6c5f5d89a6
|
Implement strndup manually and change types for OS compatibility
|
2023-09-30 22:20:00 +02:00 |
|
|
781bb0228b
|
Include stdint.h for better compatibility
|
2023-09-25 22:28:38 +02:00 |
|
|
527e8b372a
|
Update readme
|
2023-04-07 01:42:32 +02:00 |
|
|
a321706d65
|
Applied GNU GPL License
|
2023-04-07 01:32:14 +02:00 |
|
|
0bf32ede5e
|
Changed source layout into a library structure
|
2023-04-07 01:01:35 +02:00 |
|
|
abf81e620d
|
Fix security risk, Fix bug when overriding a key
|
2023-04-07 00:14:20 +02:00 |
|
|
b37272aa71
|
Minor refactoring and addition of comments
|
2023-04-05 00:32:35 +02:00 |
|
|
289de54e7e
|
Removed memory leaks, minor bug and security fixes
|
2023-04-05 00:00:46 +02:00 |
|
|
6449cb0374
|
the hashtable now stores any type of data
As it just stores a void pointer
|
2023-04-03 12:17:31 +02:00 |
|
|
9ee3954d19
|
Add a struct that represents the elements of the hashtable
|
2023-03-31 23:49:42 +02:00 |
|
|
c1fafc6246
|
Add compatibilty for gcc compiler
|
2023-03-30 10:05:44 +02:00 |
|
|
6ae406787a
|
Add get / set functions
No collision handeling yet!
|
2023-03-29 16:40:09 +02:00 |
|
XOR
|
21dcb50d79
|
Add hashing function, hashtable struct, and hashtable init function
|
2023-03-29 15:37:57 +02:00 |
|
|
2661d781da
|
Initial commit
|
2023-03-05 21:10:07 +01:00 |
|