From cbcbbc4c25126fae22369286eef75b3b0973d6ec Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Sun, 1 Feb 2026 03:38:20 -0500 Subject: include a good hash function --- map.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'map.h') diff --git a/map.h b/map.h index 19c8df5..bca8c1e 100644 --- a/map.h +++ b/map.h @@ -1,6 +1,8 @@ #ifndef __SAFEC_MAP_H #include "types.h" +size_t hash_bytes(const void* start, size_t size); + typedef size_t (*hash_func_t)(const void*); typedef bool (*eq_func_t)(const void*, const void*); -- cgit v1.2.3