From 8582794ad694c7ca3e53f875a3ce41f0231a5dd4 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 11 Jan 2024 11:45:25 -0600 Subject: fixed djb2 --- tests/hash.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/hash.lua') diff --git a/tests/hash.lua b/tests/hash.lua index e6099d5..76cb4a5 100644 --- a/tests/hash.lua +++ b/tests/hash.lua @@ -33,7 +33,7 @@ test("buzhash16","meow","0255") test("cityhash32","meow","c41a03e9") test("cityhash64","meow","e99b592ae1ff868b") test("cityhash128","meow","d73f2b9c5501a6524097c5d815f2152") -test("djb2","meow","17c9a913d") +test("djb2","meow","7c9a913d") test("farmhash32","meow","c41a03e9"); test("farmhash64","meow","e99b592ae1ff868b") --maybe test fasthash, metrohash, sha512_t and murmur blehh -- cgit v1.2.3