aboutsummaryrefslogtreecommitdiff
path: root/libihash/murmur3.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid unaligned memory accessesSamuel Thibault2023-02-021-6/+4
|
* libihash: provide a general purpose hash algorithmJustus Winter2015-11-291-0/+93
* libdiskfs/name-cache.c: Move the Murmur3 algorithm... * libihash/murmur3.c: ... here, and properly attribute the code. * libihash/ihash.h (hurd_ihash_hash32): New prototype. * libihash/Makefile (SRCS): Add new file.