cordalace / siphash-lite

SipHash implementation ported from redis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SipHash Lite

SipHash implementation ported from redis.

Python package pypi

Installation

Install using pip with:

pip install siphash-lite

Usage

>>> import siphash

>>> siphash.siphash(b'hello world', b'1234567812345678')
9929133401751744512

About

SipHash implementation ported from redis.

License:MIT License


Languages

Language:C 90.9%Language:Python 9.1%