All Projects → jibsen → Spooky

jibsen / Spooky

Licence: cc0-1.0
SpookyHash in C

Programming Languages

c
50402 projects - #5 most used programming language

SpookyHash in C

SpookyHash is a 128-bit noncryptographic hash, written by Bob Jenkins and placed in the public domain.

The original implementation is in C++, and this is my conversion to C99. It should be thread-safe and endian-neutral (but has only been tested on x86).

It is made available under CC0.

Some similar efforts:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].