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

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/flyingmutant/siphash.svg?branch=master)](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)