diff options
| author | ame <[email protected]> | 2024-01-11 11:45:25 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-01-11 11:45:25 -0600 |
| commit | 3b4c3fd0ed3de570668fe4fc863d4dca03d164fb (patch) | |
| tree | 0242d5b5afee856607263b808aba82437e657cde /tests/hash.lua | |
| parent | 9a8c7115e4a901f6df38ccaa5bf56f6d614a735f (diff) | |
fixed djb2
Diffstat (limited to 'tests/hash.lua')
| -rw-r--r-- | tests/hash.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
