https://github.com/flyingmutant/siphash
Naïve C implementation of the SipHash-2-4 pseudo-random function
https://github.com/flyingmutant/siphash
Last synced: about 1 year ago
JSON representation
Naïve C implementation of the SipHash-2-4 pseudo-random function
- Host: GitHub
- URL: https://github.com/flyingmutant/siphash
- Owner: flyingmutant
- License: mit
- Created: 2012-11-05T21:02:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T10:32:54.000Z (about 8 years ago)
- Last Synced: 2025-03-25T05:19:21.567Z (about 1 year ago)
- Language: C
- Homepage: https://131002.net/siphash/
- Size: 10.7 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/flyingmutant/siphash)
# Intro
This is a naïve yet portable C implementation of the SipHash-2-4 pseudo-random function. 100 LOC, no macros.
To learn more about SipHash, please visit the [official website](https://www.131002.net/siphash/)
or read the [research paper](https://131002.net/siphash/siphash.pdf).
# Usage
See [siphash.h](siphash.h).
# License
[MIT](LICENSE)