Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jibsen/spooky

SpookyHash in C
https://github.com/jibsen/spooky

c hash-algorithm spookyhash

Last synced: 11 days ago
JSON representation

SpookyHash in C

Awesome Lists containing this project

README

        

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:

- http://github.com/uxcn/spookyhash-c
- http://github.com/centaurean/spookyhash

[SpookyHash]: http://burtleburtle.net/bob/hash/spooky.html
[CC0]: http://creativecommons.org/publicdomain/zero/1.0/