Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jibsen/spooky
- Owner: jibsen
- License: cc0-1.0
- Created: 2015-06-28T13:36:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T15:56:11.000Z (about 9 years ago)
- Last Synced: 2023-08-03T12:21:35.307Z (over 1 year ago)
- Topics: c, hash-algorithm, spookyhash
- Language: C
- Size: 148 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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/