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 | 8582794ad694c7ca3e53f875a3ce41f0231a5dd4 (patch) | |
| tree | 0242d5b5afee856607263b808aba82437e657cde /tests | |
| parent | 78d83c1c4ae765636584616b99ccf146636669cf (diff) | |
fixed djb2
Diffstat (limited to 'tests')
| -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 |
