flyingmutant / siphash

Naïve C implementation of the SipHash-2-4 pseudo-random function

Home Page:https://131002.net/siphash/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

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 or read the research paper.

Usage

See siphash.h.

License

MIT

About

Naïve C implementation of the SipHash-2-4 pseudo-random function

https://131002.net/siphash/

License:MIT License


Languages

Language:C 97.1%Language:Makefile 2.9%